Branch indexing > git rev-parse --resolve-git-dir /var/jenkins/caches/git-6a05fec2235af9c0c7481aa643fc3a0f/.git # timeout=10 Setting origin to https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator > git config remote.origin.url https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.20.1' > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/37/184937/2 Seen branch in repository origin/38/183738/1 Seen branch in repository origin/98/184198/1 Seen branch in repository origin/R3_8_maintenance Seen branch in repository origin/R4_10_maintenance Seen branch in repository origin/R4_11_maintenance Seen branch in repository origin/R4_12_maintenance Seen branch in repository origin/R4_13_maintenance Seen branch in repository origin/R4_14_maintenance Seen branch in repository origin/R4_15_maintenance Seen branch in repository origin/R4_16_maintenance Seen branch in repository origin/R4_17_maintenance Seen branch in repository origin/R4_18_maintenance Seen branch in repository origin/R4_19_maintenance Seen branch in repository origin/R4_20_maintenance Seen branch in repository origin/R4_21_maintenance Seen branch in repository origin/R4_2_maintenance Seen branch in repository origin/R4_3_maintenance Seen branch in repository origin/R4_3_maintenance_Java8 Seen branch in repository origin/R4_4_maintenance Seen branch in repository origin/R4_5_maintenance Seen branch in repository origin/R4_6_maintenance Seen branch in repository origin/R4_7_maintenance Seen branch in repository origin/R4_8_maintenance Seen branch in repository origin/R4_9_maintenance Seen branch in repository origin/master Seen 26 remote branches Obtained Jenkinsfile from 078cde46a3bb27c7d586029bcccd6b38d5075986 Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘jipp-centos-7-agent-6gb-8dglp’ is offline Agent jipp-centos-7-agent-6gb-8dglp 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-8dglp" 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-8dglp" - 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-8dglp" - 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-4.7" 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 - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-platform" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on jipp-centos-7-agent-6gb-8dglp in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential gerrit-http-login Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator > git init /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials Gerrit HTTP Login > git fetch --no-tags --progress https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 078cde46a3bb27c7d586029bcccd6b38d5075986 (R4_21_maintenance) > git config remote.origin.url https://git.eclipse.org/r/a/platform/eclipse.platform.releng.aggregator # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 078cde46a3bb27c7d586029bcccd6b38d5075986 # timeout=10 Commit message: "Bug 575779 - Move 4.21-I-builds to R4_21_maintenance branch" > git rev-list --no-walk e82c09e89db1c9d6e65405c155f596336d021c79 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 Using shallow submodule update with depth 1 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 [WARNING] Git client older than 1.8.4 doesn't support shallow submodule updates. This flag is ignored. > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.eclipse.jdt.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.ui.path # timeout=10 > git config --get submodule.eclipse.pde.build.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.pde.build.path # timeout=10 > git config --get submodule.eclipse.pde.ui.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.pde.ui.path # timeout=10 > git config --get submodule.eclipse.platform.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.releng.path # timeout=10 > git config --get submodule.eclipse.platform.resources.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.resources.path # timeout=10 > git config --get submodule.eclipse.platform.runtime.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.runtime.path # timeout=10 > git config --get submodule.eclipse.platform.swt.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.swt.binaries.path # timeout=10 > git config --get submodule.eclipse.platform.team.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.team.path # timeout=10 > git config --get submodule.eclipse.platform.text.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.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 remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.binaries.path # timeout=10 > git config --get submodule.rt.equinox.bundles.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.bundles.path # timeout=10 > git config --get submodule.rt.equinox.framework.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.framework.path # timeout=10 > git config --get submodule.rt.equinox.p2.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.p2.path # timeout=10 > git config --get submodule.eclipse.platform.ui.tools.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ui.tools.path # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.jdt # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.jdt.core # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.jdt.core.binaries # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.jdt.debug # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.jdt.ui # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.pde.build # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.pde.ui # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.common # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.debug # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.releng # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.resources # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.runtime # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.swt # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.swt.binaries # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.team # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.text # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.ua # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.ui # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote rt.equinox.binaries # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote rt.equinox.bundles # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote rt.equinox.framework # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote rt.equinox.p2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 4 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (initialize Gerrit review) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] gerritReview Gerrit Review is disabled, invalid reference at BRANCH_NAME or GERRIT_CHANGE_NUMBER/GERRIT_PATCHSET_NUMBER [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [eng.aggregator_R4_21_maintenance] $ vncserver -list Starting xvnc [eng.aggregator_R4_21_maintenance] $ Xvnc :66 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 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 Fri Sep 3 18:48:57 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5966 vncext: created VNC server for screen 0 [Pipeline] sh using GIT_ASKPASS to set credentials Gerrit HTTP Login > git submodule update --init --recursive --remote eclipse.platform.ui.tools # timeout=10 + mvn clean verify -Dmaven.repo.local=/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository -Pbree-libs -Dmaven.test.skip=true -DskipTests=true -DaggregatorBuild=true -DapiBaselineTargetDirectory=/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance -Dproject.build.sourceEncoding=UTF-8 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.18.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.18.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.18.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (9.67MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (1.54MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (399.8kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (36.66kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (13.05kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (102.19kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (63.44kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (14.54kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (258.83kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (104.22kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (155.35kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (14.07kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] Fetching 2.27&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (396.47kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (37.83kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (84.2kB) [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (115.62kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB) [INFO] Computing target platform for MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/pom.xml [INFO] Fetching org.apache.ant_1.10.11.v20210720-1445.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (2.86MB) [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (12.57kB) [INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (97.24kB) [INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (1.96MB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (47.49kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (123kB) [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (63.4kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (29.18kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (14.79kB) [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (51.05kB) [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.builder:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.builder:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.builder:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.model:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.model:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.model:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.performance:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.performance:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.performance:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.tests:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.tests:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.tests:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/pom.xml [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (81.19kB) [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries:1.0.250-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries:1.0.250-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries:1.0.250-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.4.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.4.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.4.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.11.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.11.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.11.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.text.tests:3.13.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.text.tests:3.13.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.text.tests:3.13.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.tests/pom.xml [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (73.54kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (21.55kB) [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (186.1kB) [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (33.82kB) [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (60.02kB) [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (53.71kB) [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (21.11kB) [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (16.91kB) [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.24.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.24.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.24.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime:1.0.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime:1.0.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime:1.0.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/pom.xml [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.build.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.build.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.build.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/pom.xml [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (26.39kB) [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (60.98kB) [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.annotations:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.annotations:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.annotations:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/pom.xml [INFO] Computing target platform for MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation10:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation10:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation10:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation11:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation11:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation11:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.feature:1.0.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.feature:1.0.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.feature:1.0.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum10:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum10:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum10:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum11:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum11:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum11:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum12:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum12:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum12:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.tests:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.tests:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.tests:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/pom.xml [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Computing target platform for MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ui:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ui:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ui:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ds.core:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.core:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.core:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ds.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ds.ui:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.ui:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.ui:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ds.lib:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.lib:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.lib:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ds1_2.lib:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds1_2.lib:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ds1_2.lib:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ds.annotations:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.annotations:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.annotations:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ua.core:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.core:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.core:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ua.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/pom.xml [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (107.05kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (62.49kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (96.33kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (143.98kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (29.94kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (77.96kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (35.42kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (338.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (109.65kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (696.23kB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (962.55kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (3.42MB) [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (123.51kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (64.2kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (128.97kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (82.92kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (9.69kB) [INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (243.43kB) [INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (769.66kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (171.75kB) [INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (561.39kB) [INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (194.96kB) [INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (126.4kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (68.89kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (24kB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (1.4MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (328.72kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (17.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.400.v20210410-0052.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (22.79kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.702.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/features/ (19.74kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/features/ (27.84kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/features/ (27.93kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/features/ (23.74kB) [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/features/ (19.14kB) [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ua.ui:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.ui:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.ui:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde:3.13.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde:3.13.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde:3.13.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.core:3.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.core:3.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.core:3.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime.tests:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime.tests:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime.tests:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.tests/pom.xml [INFO] Fetching org.assertj_3.20.2.v20210706-1104.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (1,023.03kB) [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.launching:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.launching:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.launching:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.runtime:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.runtime:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.runtime:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests.smartimport:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests.smartimport/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests.smartimport:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests.smartimport/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests.smartimport:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests.smartimport/pom.xml [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (32.74kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (139.76kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (425.75kB) [INFO] Fetching org.eclipse.reddeer.core_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (318.28kB) [INFO] Fetching org.eclipse.reddeer.common_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (65.01kB) [INFO] Fetching org.eclipse.reddeer.eclipse_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (414.62kB) [INFO] Fetching org.eclipse.reddeer.jface_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (40.92kB) [INFO] Fetching org.eclipse.reddeer.junit_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (118.74kB) [INFO] Fetching org.eclipse.reddeer.junit.extension_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (32.43kB) [INFO] Fetching org.eclipse.reddeer.swt_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (183.5kB) [INFO] Fetching org.eclipse.reddeer.workbench_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (109.59kB) [INFO] Fetching org.eclipse.reddeer.workbench.core_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (37.86kB) [INFO] Fetching org.eclipse.reddeer.direct_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (17.17kB) [INFO] Fetching org.eclipse.reddeer.uiforms_3.4.0.v20210610-2213.jar from https://download.eclipse.org/reddeer/releases/3.4.0/plugins/ (40.68kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (114.11kB) [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (31.86kB) [INFO] Fetching org.yaml.snakeyaml_1.27.0.v20201111-1638.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (100.99kB) [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.tools.layout.spy:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.tools.layout.spy:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.tools.layout.spy:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.trace:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.trace:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.trace:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde.ui:org.eclipse.pde.genericeditor.extension:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde.ui:org.eclipse.pde.genericeditor.extension:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde.ui:org.eclipse.pde.genericeditor.extension:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.unittest.junit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.unittest.junit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.unittest.junit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde.unittest.junit-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde.unittest.junit-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde.unittest.junit-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.update:org.eclipse.update.configurator:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.update:org.eclipse.update.configurator:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.update:org.eclipse.update.configurator:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.update:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.update:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.update:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.launching:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.launching:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.launching:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.ui:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.ui:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.ui:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.tests.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.tests.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.tests.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.tests.ui:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.tests.ui:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.tests.ui:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.platform:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.platform:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.sdk:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.sdk:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4.feature:org.eclipse.e4.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/features/org.eclipse.e4.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4.feature:org.eclipse.e4.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/features/org.eclipse.e4.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4.feature:org.eclipse.e4.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/features/org.eclipse.e4.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.commands:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.commands:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.commands:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.core.databinding:1.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.core.databinding:1.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.core.databinding:1.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.beans:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.beans:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.beans:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.observable:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.observable:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.observable:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.property:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.property:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.property:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.core.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.core.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.core.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.emf.xpath:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.emf.xpath:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.emf.xpath:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.bindings:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.bindings:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.bindings:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.core:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.core:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.core:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.swt:0.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.swt:0.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.swt:0.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.swt.theme:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.swt.theme:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.swt.theme:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.di:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.di:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.di:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.dialogs:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.dialogs:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.dialogs:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.ide:3.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.ide:3.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.ide:3.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.model.workbench:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.model.workbench:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.model.workbench:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.ui.progress:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.progress:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.progress:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.services:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.services:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.services:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.widgets:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.widgets:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.widgets:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.addons.swt:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.addons.swt:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.addons.swt:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.renderers.swt:0.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.renderers.swt:0.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.renderers.swt:0.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.12.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.12.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.12.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.swt:0.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.swt:0.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.swt:0.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench3:0.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench3:0.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench3:0.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.jface:org.eclipse.jface:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jface:org.eclipse.jface:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jface:org.eclipse.jface.databinding:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface.databinding:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jface:org.eclipse.jface.databinding:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.jface.notifications:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.jface.notifications:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.jface.notifications:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui:3.119.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui:3.119.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui:3.119.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.browser:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.browser:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.browser:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.forms:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.forms:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.forms:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.views:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.views:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.views:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.views.log:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.views.log:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.views.log:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.views.properties.tabbed:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.views.properties.tabbed:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.views.properties.tabbed:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.workbench:3.123.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.workbench:3.123.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.workbench:3.123.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.monitoring:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.monitoring:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.monitoring:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.navigator:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.navigator:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.navigator:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.themes:1.2.1500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.themes:1.2.1500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.themes:1.2.1500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.ide:3.18.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.ide:3.18.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.ide:3.18.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.ide.application:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.ide.application:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.ide.application:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.win32:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.win32:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.win32:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.cocoa:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.cocoa:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.cocoa:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.ui.swt.gtk:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.swt.gtk:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.swt.gtk:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.ui.swt.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.swt.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.swt.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.navigator.resources:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.navigator.resources:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.navigator.resources:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.urischeme:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.urischeme:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.urischeme:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.emf.xpath.test:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.emf.xpath.test:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.emf.xpath.test:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jface:org.eclipse.jface.tests:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface.tests:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jface:org.eclipse.jface.tests:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jface:org.eclipse.jface.tests.databinding:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface.tests.databinding:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jface:org.eclipse.jface.tests.databinding:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jface:org.eclipse.jface.tests.databinding.conformance:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface.tests.databinding.conformance:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jface:org.eclipse.jface.tests.databinding.conformance:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.monitoring.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.monitoring.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.monitoring.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.tests:3.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.tests:3.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.tests:3.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (634.79kB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (23.9kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (32.1kB) [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (170.66kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (27.19kB) [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.tests.forms:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.forms:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.forms:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.tests.harness:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.harness:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.harness:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.tests.navigator:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.navigator:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.navigator:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.tests.pluginchecks:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.pluginchecks:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.pluginchecks:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.tests.performance:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.performance:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.performance:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.tests.rcp:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.rcp:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.rcp:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.tests.views.properties.tabbed:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.views.properties.tabbed:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.tests.views.properties.tabbed:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.ide.application.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.ide.application.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.ide.application.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.ui.bindings.tests:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.bindings.tests:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.bindings.tests:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.core.commands.tests:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.core.commands.tests:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.core.commands.tests:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.e4.ui.tests:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.e4.ui.tests:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.e4.ui.tests:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.ui.tests.css.core:1.301.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.tests.css.core:1.301.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.tests.css.core:1.301.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.ui.tests.css.swt:0.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.tests.css.swt:0.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.tests.css.swt:0.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.ui.workbench.addons.swt.test:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.workbench.addons.swt.test:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.workbench.addons.swt.test:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.tests.urischeme:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.tests.urischeme:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.tests.urischeme:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.jface.examples.databinding:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.jface.examples.databinding:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.jface.examples.databinding:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.contributions:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.contributions:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.contributions:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.fieldassist:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.fieldassist:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.fieldassist:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.multipageeditor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.multipageeditor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.multipageeditor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.propertysheet:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.propertysheet:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.propertysheet:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.readmetool:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.readmetool:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.readmetool:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.undo:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.undo:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.undo:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.examples.views.properties.tabbed.article:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.examples.views.properties.tabbed.article:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.examples.views.properties.tabbed.article:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui.examples:org.eclipse.e4.demo.cssbridge:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui.examples:org.eclipse.e4.demo.cssbridge:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui.examples:org.eclipse.e4.demo.cssbridge:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.e4.ui.examples.job:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.e4.ui.examples.job:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.e4.ui.examples.job:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jface:org.eclipse.jface.snippets:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.snippets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface.snippets:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.snippets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jface:org.eclipse.jface.snippets:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.snippets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.examples.job:3.2.0 @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.examples.job:3.2.0 @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.examples.job:3.2.0 @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.examples.navigator:3.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.examples.navigator:3.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.examples.navigator:3.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.uriSchemeHandler:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.uriSchemeHandler:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.uriSchemeHandler:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.forms.examples:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.forms.examples:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.forms.examples:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.platform:org.eclipse.platform.doc.user:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform.doc.user:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.platform:org.eclipse.platform.doc.user:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.platform.doc.tips:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.platform.doc.tips:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.platform.doc.tips:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/pom.xml [INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (104.95kB) [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.isv:3.14.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.isv:3.14.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.isv:3.14.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.pde:org.eclipse.pde.doc.user:3.14.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.doc.user:3.14.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.pde:org.eclipse.pde.doc.user:3.14.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.debug:org.eclipse.core.externaltools:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.debug:org.eclipse.core.externaltools:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.debug:org.eclipse.core.externaltools:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.debug:org.eclipse.core.variables:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.debug:org.eclipse.core.variables:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.debug:org.eclipse.core.variables:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.debug:org.eclipse.debug.core:3.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.debug:org.eclipse.debug.core:3.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.debug:org.eclipse.debug.core:3.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.debug:org.eclipse.debug.examples.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.debug:org.eclipse.debug.examples.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.debug:org.eclipse.debug.examples.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.debug:org.eclipse.debug.examples.memory:1.103.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.memory/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.debug:org.eclipse.debug.examples.memory:1.103.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.memory/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.debug:org.eclipse.debug.examples.memory:1.103.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.memory/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.debug:org.eclipse.debug.examples.mixedmode:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.debug:org.eclipse.debug.examples.mixedmode:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.debug:org.eclipse.debug.examples.mixedmode:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.debug:org.eclipse.debug.examples.ui:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.debug:org.eclipse.debug.examples.ui:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.debug:org.eclipse.debug.examples.ui:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.debug:org.eclipse.debug.tests:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.debug:org.eclipse.debug.tests:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.debug:org.eclipse.debug.tests:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.debug:org.eclipse.debug.ui:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.debug:org.eclipse.debug.ui:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.debug:org.eclipse.debug.ui:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.debug:org.eclipse.ui.console:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.debug:org.eclipse.ui.console:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.debug:org.eclipse.ui.console:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.debug:org.eclipse.ui.externaltools:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.debug:org.eclipse.ui.externaltools:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.debug:org.eclipse.ui.externaltools:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.debug:org.eclipse.unittest.ui:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.debug:org.eclipse.unittest.ui:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.debug:org.eclipse.unittest.ui:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.resources:org.eclipse.core.filesystem:1.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.resources:org.eclipse.core.filesystem:1.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.resources:org.eclipse.core.filesystem:1.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.aarch64:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.aarch64:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.aarch64:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.ppc64le:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.ppc64le:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.ppc64le:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.filesystem.macosx:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.filesystem.macosx:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.filesystem.macosx:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.filesystem.win32.x86_64:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.filesystem.win32.x86_64:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.filesystem.win32.x86_64:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.resources:org.eclipse.core.resources:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.resources:org.eclipse.core.resources:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.resources:org.eclipse.core.resources:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.resources.win32.x86_64:3.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.resources.win32.x86_64:3.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.resources.win32.x86_64:3.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.resources:org.eclipse.core.tests.filesystem.feature:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.resources:org.eclipse.core.tests.filesystem.feature:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/.polyglot.feature.xml [INFO] Resolving class path of MavenProject: eclipse.platform.resources:org.eclipse.core.tests.filesystem.feature:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/.polyglot.feature.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.tests.resources:3.10.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.tests.resources:3.10.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.tests.resources:3.10.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant1:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant1:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant1:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant2:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant2:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant2:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant3:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant3:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant3:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.contenttype:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.contenttype:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.contenttype:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.expressions:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.expressions:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.expressions:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.jobs:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.jobs:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.jobs:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.runtime:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.runtime:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.runtime:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.core.contexts:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.core.contexts:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.core.contexts:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.annotations:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.annotations:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.annotations:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.core.di:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.core.di:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.core.di:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.extensions:0.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.extensions:0.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.extensions:0.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.extensions.supplier:0.16.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.extensions.supplier:0.16.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.extensions.supplier:0.16.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.core.services:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.core.services:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.core.services:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core.feature:org.eclipse.core.runtime.feature:1.2.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/features/org.eclipse.core.runtime.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core.feature:org.eclipse.core.runtime.feature:1.2.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/features/org.eclipse.core.runtime.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core.feature:org.eclipse.core.runtime.feature:1.2.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/features/org.eclipse.core.runtime.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.expressions.tests:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.expressions.tests:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.expressions.tests:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.tests.harness:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.tests.harness:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.tests.harness:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.tests.runtime:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.tests.runtime:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.tests.runtime:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.e4:org.eclipse.e4.core.tests:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.core.tests:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.e4:org.eclipse.e4.core.tests:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.contenttype.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.contenttype.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.contenttype.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.contenttype.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.contenttype.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.contenttype.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.fragments.localbuild:3.105.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.fragments.localbuild:3.105.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.fragments.localbuild:3.105.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.tools.base:3.107.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tools.base:3.107.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.tools.base:3.107.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.tools.spies:3.108.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tools.spies:3.108.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.tools.spies:3.108.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.tools:3.109.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tools:3.109.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.tools:3.109.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.examples:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.examples:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.examples.browser.demos:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.browser.demos:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.browser.demos:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.examples.launcher:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.launcher:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.launcher:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.examples.ole.win32:3.108.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.ole.win32:3.108.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.ole.win32:3.108.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.examples.views:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.views:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.views:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt.tests:org.eclipse.swt.tests.fragments.feature:3.106.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt.tests:org.eclipse.swt.tests.fragments.feature:3.106.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt.tests:org.eclipse.swt.tests.fragments.feature:3.106.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.106.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.106.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.106.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature:3.108.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature:3.108.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature:3.108.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.tests.gtk:3.108.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tests.gtk:3.108.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.tests.gtk:3.108.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.compare:org.eclipse.compare:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.compare:org.eclipse.compare:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.compare:org.eclipse.compare:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.compare:org.eclipse.compare.win32:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.compare:org.eclipse.compare.win32:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.compare:org.eclipse.compare.win32:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.compare:org.eclipse.compare.core:3.6.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.compare:org.eclipse.compare.core:3.6.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.compare:org.eclipse.compare.core:3.6.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cvs:org.eclipse.cvs:1.4.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.cvs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cvs:org.eclipse.cvs:1.4.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.cvs/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cvs:org.eclipse.cvs:1.4.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.cvs/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.net:1.3.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.net:1.3.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.net:1.3.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jsch:org.eclipse.jsch.core:1.3.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jsch:org.eclipse.jsch.core:1.3.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jsch:org.eclipse.jsch.core:1.3.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jsch:org.eclipse.jsch.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jsch:org.eclipse.jsch.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jsch:org.eclipse.jsch.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.team:org.eclipse.team.core:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.core:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.team:org.eclipse.team.core:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.team:org.eclipse.team.cvs.core:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.cvs.core:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.team:org.eclipse.team.cvs.core:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.team:org.eclipse.team.cvs.ssh2:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.cvs.ssh2:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.team:org.eclipse.team.cvs.ssh2:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.team:org.eclipse.team.cvs.ui:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.cvs.ui:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.team:org.eclipse.team.cvs.ui:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.team:org.eclipse.team.ui:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.ui:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.team:org.eclipse.team.ui:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.team:org.eclipse.team.genericeditor.diff.extension:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.genericeditor.diff.extension:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.team:org.eclipse.team.genericeditor.diff.extension:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.net:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.net:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.net:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.compare:org.eclipse.compare.examples:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.compare:org.eclipse.compare.examples:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.compare:org.eclipse.compare.examples:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.compare:org.eclipse.compare.examples.xml:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.compare:org.eclipse.compare.examples.xml:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.compare:org.eclipse.compare.examples.xml:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.team:org.eclipse.team.examples.filesystem:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.examples.filesystem:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.team:org.eclipse.team.examples.filesystem:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cvs.feature:org.eclipse.cvs:1.4.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/features/org.eclipse.cvs-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cvs.feature:org.eclipse.cvs:1.4.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/features/org.eclipse.cvs-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cvs.feature:org.eclipse.cvs:1.4.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/features/org.eclipse.cvs-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.net.linux:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.net.linux:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.net.linux:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.net.linux.x86_64:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.net.linux.x86_64:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux.x86_64/pom.xml [INFO] Project org.eclipse.core:org.eclipse.core.net.linux.x86_64:1.2.500-SNAPSHOT does not match environment (& (osgi.os=linux) (osgi.ws=gtk) (osgi.arch=ppc64le) ) skipp dependecy resolution [INFO] Project org.eclipse.core:org.eclipse.core.net.linux.x86_64:1.2.500-SNAPSHOT does not match environment (& (osgi.os=linux) (osgi.ws=gtk) (osgi.arch=aarch64) ) skipp dependecy resolution [INFO] Project org.eclipse.core:org.eclipse.core.net.linux.x86_64:1.2.500-SNAPSHOT does not match environment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) skipp dependecy resolution [INFO] Project org.eclipse.core:org.eclipse.core.net.linux.x86_64:1.2.500-SNAPSHOT does not match environment (& (osgi.os=macosx) (osgi.ws=cocoa) (osgi.arch=x86_64) ) skipp dependecy resolution [INFO] Project org.eclipse.core:org.eclipse.core.net.linux.x86_64:1.2.500-SNAPSHOT does not match environment (& (osgi.os=macosx) (osgi.ws=cocoa) (osgi.arch=aarch64) ) skipp dependecy resolution [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.net.linux.x86_64:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.net.win32.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.net.win32.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.win32.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.net.win32.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.win32.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.compare:org.eclipse.compare.tests:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.compare:org.eclipse.compare.tests:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.compare:org.eclipse.compare.tests:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.tests.net:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.core.tests.net/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.tests.net:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.core.tests.net/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.tests.net:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.core.tests.net/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jsch:org.eclipse.jsch.tests:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jsch:org.eclipse.jsch.tests:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jsch:org.eclipse.jsch.tests:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.team:org.eclipse.team.tests.cvs.core:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.tests.cvs.core:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.team:org.eclipse.team.tests.cvs.core:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.team:org.eclipse.team.tests.core:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.tests.core:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.team:org.eclipse.team.tests.core:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.core.filebuffers.tests:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.filebuffers.tests:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.core.filebuffers.tests:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jface:org.eclipse.jface.text.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface.text.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jface:org.eclipse.jface.text.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.search:org.eclipse.search.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.search:org.eclipse.search.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.search:org.eclipse.search.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.text:org.eclipse.text.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.text:org.eclipse.text.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.text:org.eclipse.text.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.editors.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.editors.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.editors.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.workbench.texteditor.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.workbench.texteditor.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.workbench.texteditor.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.text:org.eclipse.core.filebuffers:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.text:org.eclipse.core.filebuffers:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.text:org.eclipse.core.filebuffers:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.text:org.eclipse.jface.text:3.18.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.text:org.eclipse.jface.text:3.18.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.text:org.eclipse.jface.text:3.18.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.text:org.eclipse.text:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.text:org.eclipse.text:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.text:org.eclipse.text:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.text:org.eclipse.ui.workbench.texteditor:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.text:org.eclipse.ui.workbench.texteditor:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.text:org.eclipse.ui.workbench.texteditor:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.text:org.eclipse.ui.editors:3.14.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.text:org.eclipse.ui.editors:3.14.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.text:org.eclipse.ui.editors:3.14.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.text:org.eclipse.search:3.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.text:org.eclipse.search:3.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.text:org.eclipse.search:3.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.text:org.eclipse.ui.examples.javaeditor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.text:org.eclipse.ui.examples.javaeditor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.text:org.eclipse.ui.examples.javaeditor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.core:org.eclipse.jface.text.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.jface.text.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.core:org.eclipse.jface.text.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.examples/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.text:org.eclipse.ui.genericeditor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.text:org.eclipse.ui.genericeditor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.text:org.eclipse.ui.genericeditor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.genericeditor.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.genericeditor.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.genericeditor.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.text:org.eclipse.ui.genericeditor.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.text:org.eclipse.ui.genericeditor.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.text:org.eclipse.ui.genericeditor.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.text:org.eclipse.text.quicksearch:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.text:org.eclipse.text.quicksearch:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.text:org.eclipse.text.quicksearch:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.text:org.eclipse.text.quicksearch.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.text:org.eclipse.text.quicksearch.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.text:org.eclipse.text.quicksearch.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.help:org.eclipse.help:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.help:org.eclipse.help:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.help:org.eclipse.help:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.help:org.eclipse.help.base:4.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.help:org.eclipse.help.base:4.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.help:org.eclipse.help.base:4.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.help:org.eclipse.help.webapp:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.help:org.eclipse.help.webapp:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.help:org.eclipse.help.webapp:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ua:org.eclipse.ua.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ua:org.eclipse.ua.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ua:org.eclipse.ua.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ua:org.eclipse.ua.tests.doc:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ua:org.eclipse.ua.tests.doc:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ua:org.eclipse.ua.tests.doc:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.universal:3.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.universal:3.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.universal:3.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.quicklinks:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.quicklinks:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.quicklinks:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.ui.intro.solstice.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.intro.solstice.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.ui.intro.solstice.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ua:org.eclipse.tips.core:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.core:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ua:org.eclipse.tips.core:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ua:org.eclipse.tips.ui:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.ui:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ua:org.eclipse.tips.ui:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/.polyglot.META-INF [INFO] Computing target platform for MavenProject: eclipse.platform.ua:org.eclipse.tips.ide:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.ide:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ua:org.eclipse.tips.ide:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/.polyglot.META-INF [INFO] Fetching com.google.gson_2.8.7.v20210624-1215.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (82.99kB) [INFO] Computing target platform for MavenProject: eclipse.platform.ua:org.eclipse.tips.json:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.json:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/.polyglot.META-INF [INFO] Resolving class path of MavenProject: eclipse.platform.ua:org.eclipse.tips.json:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/.polyglot.META-INF [INFO] Computing target platform for MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.2.1500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.2.1500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.2.1500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.help:infocenter-product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.help:infocenter-product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.help:infocenter-product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-product/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui.tool:org.eclipse.e4.tools:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tool:org.eclipse.e4.tools:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.ui.tool:org.eclipse.e4.tools:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.services:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.services:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.services:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.compat:4.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.compat:4.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.compat:4.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.editor3x:4.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.editor3x:4.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.editor3x:4.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (97.04kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (30.46kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (20.71kB) [INFO] Computing target platform for MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.jdt.templates:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.jdt.templates:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.jdt.templates:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui.tool:org.eclipse.e4.tools.test:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tool:org.eclipse.e4.tools.test:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.ui.tool:org.eclipse.e4.tools.test:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.core.tools.feature:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/features/org.eclipse.e4.core.tools.feature/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.core.tools.feature:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/features/org.eclipse.e4.core.tools.feature/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.core.tools.feature:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/features/org.eclipse.e4.core.tools.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.compendium.sdk:3.22.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.compendium.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.compendium.sdk:3.22.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.compendium.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.compendium.sdk:3.22.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.compendium.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.feature:1.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.feature:1.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.feature:1.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.core:1.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.core:1.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.core:1.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.jetty:1.10.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.jetty/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.jetty:1.10.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.jetty/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.jetty:1.10.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.jetty/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.p2:1.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.p2/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.p2:1.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.p2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.p2:1.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.p2/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.simple/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.simple/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.simple/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.serverside.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.serverside.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.serverside.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.serverside.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.serverside.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.serverside.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml [INFO] Project org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT does not match environment (& (osgi.os=linux) (osgi.ws=gtk) (osgi.arch=ppc64le) ) skipp dependecy resolution [INFO] Project org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT does not match environment (& (osgi.os=linux) (osgi.ws=gtk) (osgi.arch=aarch64) ) skipp dependecy resolution [INFO] Project org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT does not match environment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) skipp dependecy resolution [INFO] Project org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT does not match environment (& (osgi.os=macosx) (osgi.ws=cocoa) (osgi.arch=x86_64) ) skipp dependecy resolution [INFO] Project org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT does not match environment (& (osgi.os=macosx) (osgi.ws=cocoa) (osgi.arch=aarch64) ) skipp dependecy resolution [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml [INFO] Fetching org.apache.sshd.osgi_2.7.0.v20210623-0618.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (540.03kB) [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml [INFO] Fetching org.easymock_2.4.0.v20090202-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (34.94kB) [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/pom.xml [INFO] Fetching org.apache.commons.fileupload_1.3.2.v20170320-2229.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (33.61kB) [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.region/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.region/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.region/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge.template:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge.template/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge.template:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge.template/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge.template:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge.template/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.slf4j.stub/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.slf4j.stub/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.slf4j.stub/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi.compatibility.state:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.compatibility.state:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi.compatibility.state:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi.services:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.services:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi.services:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi.util:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.util:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.util/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi.util:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.util/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.equinox:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.equinox:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.equinox:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.test:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.test:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.test:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.artifact.repository:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.artifact.repository:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.artifact.repository:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.console:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.console:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.console:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.director:2.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.director:2.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.director:2.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.director.app:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.director.app:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.director.app:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.directorywatcher:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.directorywatcher:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.directorywatcher:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery.compatibility:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery.compatibility:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery.compatibility:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.engine:2.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.engine:2.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.engine:2.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.extensionlocation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.extensionlocation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.extensionlocation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.garbagecollector:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.garbagecollector:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.garbagecollector:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.installer:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.installer:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.installer:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.jarprocessor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.jarprocessor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.jarprocessor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.metadata:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.metadata:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.metadata:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.metadata.repository:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.metadata.repository:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.metadata.repository:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.operations:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.operations:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.operations:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.publisher:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.publisher:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.publisher:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.reconciler.dropins:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.reconciler.dropins:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.reconciler.dropins:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.repository:2.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.repository:2.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.repository:2.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.repository.tools:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.repository.tools:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.repository.tools:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/pom.xml [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.touchpoint.eclipse:2.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.touchpoint.eclipse:2.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.touchpoint.eclipse:2.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.touchpoint.natives:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.touchpoint.natives:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.touchpoint.natives:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.transport.ecf:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.transport.ecf:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.transport.ecf:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui:2.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui:2.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui:2.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.importexport:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.importexport:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.importexport:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.admin:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.admin:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.admin:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.admin.rcp:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.admin.rcp:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.admin.rcp:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.discovery:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.discovery:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.discovery:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.updatechecker:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.updatechecker:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.updatechecker:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.updatesite:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.updatesite:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.updatesite:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator.manipulator:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator.manipulator:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator.manipulator:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.publisher.eclipse:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.publisher.eclipse:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.publisher.eclipse:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.core.feature:1.6.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.core.feature:1.6.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.core.feature:1.6.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.extras.feature:1.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.extras.feature:1.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.extras.feature:1.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery.feature:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery.feature:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery.feature:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.sdk:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.sdk:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.sdk:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.sdk.scheduler:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.sdk.scheduler:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.sdk.scheduler:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.sdk:3.11.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.sdk:3.11.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.sdk:3.11.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.rcp.feature:1.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.rcp.feature:1.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.rcp.feature:1.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.user.ui:2.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.user.ui:2.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.user.ui:2.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.reconciler.product:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.reconciler.product:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.reconciler.product:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests:1.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests:1.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests:1.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.discovery:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.discovery:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.discovery:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.verifier:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.verifier:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.verifier:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.cloud:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.cloud:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.cloud:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.discovery:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.discovery:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.discovery:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.sdkui:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.sdkui:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.sdkui:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ant:org.eclipse.ant.optional.junit:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.optional.junit:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ant:org.eclipse.ant.optional.junit:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcp:org.eclipse.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcp:org.eclipse.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcp:org.eclipse.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.releng:org.eclipse.releng.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.releng:org.eclipse.releng.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.releng:org.eclipse.releng.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.sdk:org.eclipse.sdk.examples:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk:org.eclipse.sdk.examples:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.sdk:org.eclipse.sdk.examples:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.sdk:org.eclipse.sdk.tests:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk:org.eclipse.sdk.tests:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.sdk:org.eclipse.sdk.tests:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.test:org.eclipse.test:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.test:org.eclipse.test:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.test:org.eclipse.test:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.test:org.eclipse.test.performance:3.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.test:org.eclipse.test.performance:3.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.test:org.eclipse.test.performance:3.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.test:org.eclipse.test.performance.win32:3.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.test:org.eclipse.test.performance.win32:3.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.test:org.eclipse.test.performance.win32:3.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.help.feature:org.eclipse.help:2.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.help.feature:org.eclipse.help:2.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.help.feature:org.eclipse.help:2.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcp.feature:org.eclipse.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcp.feature:org.eclipse.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcp.feature:org.eclipse.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.examples:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.examples:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.examples:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.tests:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.tests:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.tests:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.test.feature:org.eclipse.test:3.7.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.test-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.test.feature:org.eclipse.test:3.7.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.test-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.test.feature:org.eclipse.test:3.7.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.test-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcp.configuration:org.eclipse.rcp.configuration:1.1.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcp.configuration:org.eclipse.rcp.configuration:1.1.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcp.configuration:org.eclipse.rcp.configuration:1.1.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rt.osgistarterkit.product:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rt.osgistarterkit.product:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rt.osgistarterkit.product:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.releng.tychoeclipsebuilder:equinox-sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:equinox-sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:equinox-sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.releng.tychoeclipsebuilder:eclipse-junit-tests:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:eclipse-junit-tests:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:eclipse-junit-tests:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml [INFO] Computing target platform for MavenProject: eclipse.platform.repository:eclipse.platform.repository:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.repository:eclipse.platform.repository:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml [INFO] Resolving class path of MavenProject: eclipse.platform.repository:eclipse.platform.repository:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml [WARNING] The project org.eclipse:eclipse-platform-parent:pom:4.21.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] rt.equinox.framework [pom] [INFO] org.eclipse.osgi [eclipse-plugin] [INFO] org.eclipse.osgi.util [eclipse-plugin] [INFO] org.eclipse.osgi.services [eclipse-plugin] [INFO] rt.equinox.bundles [pom] [INFO] org.eclipse.equinox.common [eclipse-plugin] [INFO] eclipse.platform.ui [pom] [INFO] org.eclipse.core.commands [eclipse-plugin] [INFO] eclipse.platform.runtime [pom] [INFO] org.eclipse.core.jobs [eclipse-plugin] [INFO] org.eclipse.equinox.registry [eclipse-plugin] [INFO] org.eclipse.equinox.preferences [eclipse-plugin] [INFO] org.eclipse.core.contenttype [eclipse-plugin] [INFO] eclipse.platform.ui.bundles [pom] [INFO] [bundle] JFace Data Binding Observables [eclipse-plugin] [INFO] [bundle] JFace Data Binding Properties [eclipse-plugin] [INFO] [bundle] JFace Data Binding [eclipse-plugin] [INFO] org.eclipse.equinox.app [eclipse-plugin] [INFO] org.eclipse.core.runtime [eclipse-plugin] [INFO] org.eclipse.core.expressions [eclipse-plugin] [INFO] org.eclipse.e4.core.di.annotations [eclipse-plugin] [INFO] org.eclipse.e4.core.di [eclipse-plugin] [INFO] org.eclipse.e4.core.contexts [eclipse-plugin] [INFO] org.eclipse.e4.core.services [eclipse-plugin] [INFO] [bundle] Eclipse e4 core commands [eclipse-plugin] [INFO] org.eclipse.e4.core.di.extensions [eclipse-plugin] [INFO] org.eclipse.e4.core.di.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] org.eclipse.equinox.event [eclipse-plugin] [INFO] [bundle] Eclipse UI Application Services [eclipse-plugin] [INFO] org.eclipse.equinox.bidi [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] org.eclipse.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] org.eclipse.jface.databinding [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] org.eclipse.core.net [eclipse-plugin] [INFO] eclipse.platform.debug [pom] [INFO] [bundle] Core Variables [eclipse-plugin] [INFO] eclipse.platform [pom] [INFO] org.eclipse.ant.core [eclipse-plugin] [INFO] org.eclipse.equinox.http.servlet [eclipse-plugin] [INFO] org.eclipse.equinox.http.jetty [eclipse-plugin] [INFO] org.eclipse.help.base [eclipse-plugin] [INFO] [bundle] Notification API [eclipse-plugin] [INFO] org.eclipse.ui.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] [bundle] Core File Systems [eclipse-plugin] [INFO] [bundle] Core Resource Management [eclipse-plugin] [INFO] [bundle] Debug Core [eclipse-plugin] [INFO] org.eclipse.compare.core [eclipse-plugin] [INFO] eclipse.platform.text [pom] [INFO] [bundle] Text [eclipse-plugin] [INFO] org.eclipse.team.core [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] org.eclipse.ant.launching [eclipse-plugin] [INFO] [bundle] E4 IDE UI [eclipse-plugin] [INFO] rt.equinox.p2 [pom] [INFO] org.eclipse.equinox.p2.core [eclipse-plugin] [INFO] org.eclipse.equinox.p2.metadata [eclipse-plugin] [INFO] org.eclipse.equinox.p2.jarprocessor [eclipse-plugin] [INFO] org.eclipse.equinox.p2.repository [eclipse-plugin] [INFO] org.eclipse.equinox.p2.artifact.repository [eclipse-plugin] [INFO] org.eclipse.equinox.p2.metadata.repository [eclipse-plugin] [INFO] org.eclipse.equinox.p2.engine [eclipse-plugin] [INFO] [bundle] JFace Text [eclipse-plugin] [INFO] org.eclipse.ui.views [eclipse-plugin] [INFO] org.eclipse.ui.navigator [eclipse-plugin] [INFO] org.eclipse.ui.ide [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] org.eclipse.compare [eclipse-plugin] [INFO] [bundle] Generic and Extensible Text Editor [eclipse-plugin] [INFO] org.eclipse.debug.ui [eclipse-plugin] [INFO] [bundle] External Tools [eclipse-plugin] [INFO] eclipse.jdt.ui [pom] [INFO] org.eclipse.ltk.core.refactoring [eclipse-plugin] [INFO] org.eclipse.jdt.core.manipulation [eclipse-plugin] [INFO] org.eclipse.team.ui [eclipse-plugin] [INFO] org.eclipse.ltk.ui.refactoring [eclipse-plugin] [INFO] [bundle] Search Support [eclipse-plugin] [INFO] org.eclipse.ui.views.properties.tabbed [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] org.eclipse.equinox.frameworkadmin [eclipse-plugin] [INFO] org.eclipse.equinox.frameworkadmin.equinox [eclipse-plugin] [INFO] org.eclipse.equinox.simpleconfigurator [eclipse-plugin] [INFO] org.eclipse.equinox.simpleconfigurator.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] org.eclipse.ant.ui [eclipse-plugin] [INFO] org.eclipse.jdt.annotation [eclipse-plugin] [INFO] org.eclipse.jdt.apt.core [eclipse-plugin] [INFO] org.eclipse.jdt.compiler.tool [eclipse-plugin] [INFO] org.eclipse.jdt.compiler.apt [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] org.eclipse.equinox.p2.director [eclipse-plugin] [INFO] org.eclipse.equinox.p2.director.app [eclipse-plugin] [INFO] org.eclipse.equinox.p2.garbagecollector [eclipse-plugin] [INFO] org.eclipse.equinox.p2.publisher [eclipse-plugin] [INFO] org.eclipse.equinox.p2.publisher.eclipse [eclipse-plugin] [INFO] org.eclipse.equinox.p2.repository.tools [eclipse-plugin] [INFO] org.eclipse.equinox.p2.touchpoint.eclipse [eclipse-plugin] [INFO] org.eclipse.equinox.p2.updatesite [eclipse-plugin] [INFO] eclipse.pde.build [pom] [INFO] org.eclipse.pde.build [eclipse-plugin] [INFO] eclipse.pde.ui [pom] [INFO] org.eclipse.pde.core [eclipse-plugin] [INFO] org.eclipse.equinox.concurrent [eclipse-plugin] [INFO] org.eclipse.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] org.eclipse.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] eclipse.jdt.core.binaries [pom] [INFO] org.eclipse.jdt.core.tests.binaries [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] org.eclipse.jdt.debug.tests [eclipse-test-plugin] [INFO] org.eclipse.core.filebuffers.tests [eclipse-test-plugin] [INFO] org.eclipse.text.tests [eclipse-test-plugin] [INFO] org.eclipse.jface.text.tests [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] org.eclipse.unittest.ui [eclipse-plugin] [INFO] org.eclipse.jdt.ui.unittest.junit [eclipse-plugin] [INFO] org.eclipse.jdt.ui.unittest.junit.feature [eclipse-feature] [INFO] org.eclipse.pde.build.tests [eclipse-test-plugin] [INFO] eclipse.pde.ui.apitools [pom] [INFO] org.eclipse.pde.api.tools [eclipse-plugin] [INFO] org.eclipse.pde.api.tools.annotations [eclipse-plugin] [INFO] [bundle] CDC-1.0/Foundation-1.0 Execution Environment Description [eclipse-plugin] [INFO] [bundle] CDC-1.1/Foundation-1.1 Execution Environment Description [eclipse-plugin] [INFO] [bundle] OSGi/Minimum-1.0 Environment Description [eclipse-plugin] [INFO] [bundle] OSGi/Minimum-1.1 Execution Environment Description [eclipse-plugin] [INFO] [bundle] OSGi/Minimum-1.2 Execution Environment Description [eclipse-plugin] [INFO] [feature] API Tools Execution Environment Descriptions [eclipse-feature] [INFO] org.eclipse.equinox.p2.operations [eclipse-plugin] [INFO] org.eclipse.equinox.security.ui [eclipse-plugin] [INFO] org.eclipse.equinox.p2.ui [eclipse-plugin] [INFO] org.eclipse.osgi.compatibility.state [eclipse-plugin] [INFO] org.eclipse.pde.launching [eclipse-plugin] [INFO] org.eclipse.ui.views.log [eclipse-plugin] [INFO] org.eclipse.ui.trace [eclipse-plugin] [INFO] org.eclipse.pde.ui [eclipse-plugin] [INFO] [bundle] API Tools UI [eclipse-plugin] [INFO] org.eclipse.pde.api.tools.tests [eclipse-test-plugin] [INFO] org.eclipse.pde.ds.core [eclipse-plugin] [INFO] org.eclipse.pde.ds.tests [eclipse-test-plugin] [INFO] org.eclipse.pde.ds.ui [eclipse-plugin] [INFO] org.eclipse.pde.ds.lib [eclipse-plugin] [INFO] org.eclipse.pde.ds1_2.lib [eclipse-plugin] [INFO] org.eclipse.pde.ds.annotations [eclipse-plugin] [INFO] org.eclipse.pde.ua.core [eclipse-plugin] [INFO] [bundle] JFace Data Binding for JavaBeans [eclipse-plugin] [INFO] eclipse.platform.resources [pom] [INFO] org.eclipse.core.filesystem.linux.x86_64 [eclipse-plugin] [INFO] org.eclipse.core.net.linux [eclipse-plugin] [INFO] org.eclipse.core.net.linux.x86_64 [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.gtk.linux.x86_64 [eclipse-plugin] [INFO] org.eclipse.equinox.console [eclipse-plugin] [INFO] org.eclipse.e4.ui.swt.gtk [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.gtk.linux.ppc64le [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.gtk.linux.aarch64 [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.e4.ui.swt.win32 [eclipse-plugin] [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.cocoa.macosx.x86_64 [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.cocoa.macosx.aarch64 [eclipse-plugin] [INFO] org.eclipse.e4.rcp [eclipse-feature] [INFO] org.eclipse.equinox.http.registry [eclipse-plugin] [INFO] org.eclipse.equinox.jsp.jasper [eclipse-plugin] [INFO] org.eclipse.equinox.jsp.jasper.registry [eclipse-plugin] [INFO] org.eclipse.equinox.p2.console [eclipse-plugin] [INFO] org.eclipse.equinox.p2.touchpoint.natives [eclipse-plugin] [INFO] org.eclipse.equinox.p2.transport.ecf [eclipse-plugin] [INFO] org.eclipse.equinox.security.linux [eclipse-plugin] [INFO] org.eclipse.equinox.security.linux.x86_64 [eclipse-plugin] [INFO] org.eclipse.equinox.security.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.equinox.security.macosx [eclipse-plugin] [INFO] org.eclipse.equinox.p2.core.feature [eclipse-feature] [INFO] org.eclipse.equinox.p2.directorywatcher [eclipse-plugin] [INFO] org.eclipse.equinox.p2.extensionlocation [eclipse-plugin] [INFO] org.eclipse.equinox.p2.reconciler.dropins [eclipse-plugin] [INFO] org.eclipse.equinox.p2.extras.feature [eclipse-feature] [INFO] org.eclipse.equinox.p2.updatechecker [eclipse-plugin] [INFO] org.eclipse.equinox.p2.ui.sdk.scheduler [eclipse-plugin] [INFO] org.eclipse.equinox.p2.ui.sdk [eclipse-plugin] [INFO] org.eclipse.equinox.p2.rcp.feature [eclipse-feature] [INFO] org.eclipse.equinox.p2.ui.importexport [eclipse-plugin] [INFO] org.eclipse.equinox.p2.user.ui [eclipse-feature] [INFO] org.eclipse.help.webapp [eclipse-plugin] [INFO] org.eclipse.help.feature [eclipse-feature] [INFO] org.eclipse.jsch.core [eclipse-plugin] [INFO] org.eclipse.jsch.ui [eclipse-plugin] [INFO] org.eclipse.pde.doc.user [eclipse-plugin] [INFO] org.eclipse.pde [eclipse-plugin] [INFO] org.eclipse.pde.junit.runtime [eclipse-plugin] [INFO] org.eclipse.pde.runtime [eclipse-plugin] [INFO] org.eclipse.pde.ui.templates [eclipse-plugin] [INFO] org.eclipse.pde.ua.ui [eclipse-plugin] [INFO] org.eclipse.pde.genericeditor.extension [eclipse-plugin] [INFO] org.eclipse.tools.layout.spy [eclipse-plugin] [INFO] org.eclipse.pde [eclipse-feature] [INFO] org.eclipse.platform [eclipse-plugin] [INFO] org.eclipse.platform.doc.user [eclipse-plugin] [INFO] org.eclipse.rcp [eclipse-plugin] [INFO] org.eclipse.ui.cocoa [eclipse-plugin] [INFO] org.eclipse.rcp.feature [eclipse-feature] [INFO] [bundle] Quick Search [eclipse-plugin] [INFO] [bundle] Quicklinks for the Welcome Framework [eclipse-plugin] [INFO] [bundle] Universal Welcome [eclipse-plugin] [INFO] [bundle] Browser Support [eclipse-plugin] [INFO] [bundle] UI Freeze Monitoring [eclipse-plugin] [INFO] org.eclipse.ui.net [eclipse-plugin] [INFO] [bundle] Eclipse SDK Themes [eclipse-plugin] [INFO] org.eclipse.team.genericeditor.diff.extension [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.x86_64 [eclipse-plugin] [INFO] org.eclipse.core.resources.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.ui.win32 [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 [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] org.eclipse.pde.unittest.junit [eclipse-plugin] [INFO] org.eclipse.pde.unittest.junit [eclipse-feature] [INFO] org.eclipse.update.configurator.tests [eclipse-test-plugin] [INFO] org.eclipse.ant.tests.core [eclipse-test-plugin] [INFO] org.eclipse.ant.tests.ui [eclipse-test-plugin] [INFO] org.eclipse.sdk [eclipse-plugin] [INFO] org.eclipse.e4.ui.progress [eclipse-plugin] [INFO] eclipse.platform.ui.tests [pom] [INFO] org.eclipse.e4.emf.xpath.test [eclipse-test-plugin] [INFO] org.eclipse.ui.tests.harness [eclipse-test-plugin] [INFO] org.eclipse.jface.tests [eclipse-test-plugin] [INFO] eclipse.platform.ui.examples [pom] [INFO] [bundle] JFace Data Binding Examples [eclipse-plugin] [INFO] org.eclipse.jface.tests.databinding.conformance [eclipse-test-plugin] [INFO] org.eclipse.jface.tests.databinding [eclipse-test-plugin] [INFO] org.eclipse.ui.monitoring.tests [eclipse-test-plugin] [INFO] eclipse.platform.runtime.tests [pom] [INFO] org.eclipse.core.tests.harness [eclipse-plugin] [INFO] org.eclipse.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.ui.tests.forms [eclipse-test-plugin] [INFO] org.eclipse.ui.tests.navigator [eclipse-test-plugin] [INFO] org.eclipse.ui.tests.pluginchecks [eclipse-test-plugin] [INFO] org.eclipse.ui.tests.performance [eclipse-test-plugin] [INFO] org.eclipse.ui.tests.rcp [eclipse-test-plugin] [INFO] org.eclipse.ui.tests.views.properties.tabbed [eclipse-test-plugin] [INFO] org.eclipse.ui.ide.application.tests [eclipse-test-plugin] [INFO] org.eclipse.e4.ui.bindings.tests [eclipse-test-plugin] [INFO] org.eclipse.e4.core.commands.tests [eclipse-test-plugin] [INFO] org.eclipse.e4.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.e4.ui.tests.css.core [eclipse-test-plugin] [INFO] org.eclipse.e4.ui.tests.css.swt [eclipse-test-plugin] [INFO] org.eclipse.e4.ui.workbench.addons.swt.test [eclipse-test-plugin] [INFO] org.eclipse.tests.urischeme [eclipse-test-plugin] [INFO] [bundle] Command Contribution Examples [eclipse-plugin] [INFO] [bundle] Field Assist Example [eclipse-plugin] [INFO] [bundle] Multi-Page Editor Example [eclipse-plugin] [INFO] [bundle] User File Editor [eclipse-plugin] [INFO] [bundle] Readme File Editing Tool [eclipse-plugin] [INFO] [bundle] Undo Example [eclipse-plugin] [INFO] org.eclipse.ui.examples.views.properties.tabbed.article [eclipse-plugin] [INFO] org.eclipse.e4.demo.cssbridge [eclipse-plugin] [INFO] org.eclipse.e4.ui.examples.job [eclipse-plugin] [INFO] org.eclipse.jface.snippets [eclipse-plugin] [INFO] org.eclipse.ui.examples.job [eclipse-plugin] [INFO] org.eclipse.ui.examples.navigator [eclipse-plugin] [INFO] [bundle] Plugin.name [eclipse-plugin] [INFO] org.eclipse.ui.forms.examples [eclipse-plugin] [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] org.eclipse.debug.examples.memory [eclipse-plugin] [INFO] org.eclipse.debug.examples.mixedmode [eclipse-plugin] [INFO] [bundle] Example Debug UI Plug-in [eclipse-plugin] [INFO] org.eclipse.debug.tests [eclipse-test-plugin] [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] org.eclipse.core.tests.resources.saveparticipant1 [eclipse-plugin] [INFO] org.eclipse.core.tests.resources.saveparticipant2 [eclipse-plugin] [INFO] org.eclipse.core.tests.resources.saveparticipant3 [eclipse-plugin] [INFO] org.eclipse.core.tests.resources.saveparticipant [eclipse-test-plugin] [INFO] org.eclipse.equinox.core.feature [eclipse-feature] [INFO] org.eclipse.core.runtime.feature [eclipse-feature] [INFO] org.eclipse.core.expressions.tests [eclipse-test-plugin] [INFO] org.eclipse.core.tests.runtime [eclipse-test-plugin] [INFO] org.eclipse.e4.core.tests [eclipse-test-plugin] [INFO] org.eclipse.core.contenttype.tests [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.fragments.feature [eclipse-feature] [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] org.eclipse.cvs [eclipse-plugin] [INFO] org.eclipse.team.cvs.core [eclipse-plugin] [INFO] org.eclipse.team.cvs.ssh2 [eclipse-plugin] [INFO] org.eclipse.team.cvs.ui [eclipse-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.cvs [eclipse-feature] [INFO] eclipse.platform.team.tests [pom] [INFO] org.eclipse.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.team.tests.cvs.core [eclipse-test-plugin] [INFO] org.eclipse.search.tests [eclipse-test-plugin] [INFO] org.eclipse.ui.editors.tests [eclipse-test-plugin] [INFO] org.eclipse.ui.workbench.texteditor.tests [eclipse-test-plugin] [INFO] [bundle] JFace Text Example [eclipse-plugin] [INFO] org.eclipse.jface.text.examples [eclipse-plugin] [INFO] org.eclipse.ui.genericeditor.tests [eclipse-test-plugin] [INFO] [bundle] Examples for Generic Editor [eclipse-plugin] [INFO] org.eclipse.text.quicksearch.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.server.jetty [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] org.eclipse.equinox.servletbridge [eclipse-plugin] [INFO] org.eclipse.equinox.http.servletbridge [eclipse-plugin] [INFO] infocenter-product [eclipse-repository] [INFO] infocenter-app [war] [INFO] eclipse.platform.ui.tools [pom] [INFO] org.eclipse.e4.tools [eclipse-plugin] [INFO] org.eclipse.e4.tools.services [eclipse-plugin] [INFO] org.eclipse.e4.tools.compat [eclipse-plugin] [INFO] org.eclipse.e4.tools.emf.ui [eclipse-plugin] [INFO] org.eclipse.e4.tools.emf.editor3x [eclipse-plugin] [INFO] org.eclipse.e4.tools.jdt.templates [eclipse-plugin] [INFO] org.eclipse.e4.tools.test [eclipse-test-plugin] [INFO] org.eclipse.e4.core.tools.feature [eclipse-feature] [INFO] org.eclipse.equinox.cm [eclipse-plugin] [INFO] org.eclipse.equinox.coordinator [eclipse-plugin] [INFO] org.eclipse.equinox.device [eclipse-plugin] [INFO] org.eclipse.equinox.metatype [eclipse-plugin] [INFO] org.eclipse.equinox.useradmin [eclipse-plugin] [INFO] org.eclipse.equinox.compendium.sdk [eclipse-feature] [INFO] org.eclipse.equinox.supplement [eclipse-plugin] [INFO] org.eclipse.equinox.console.jaas.fragment [eclipse-plugin] [INFO] org.eclipse.equinox.console.ssh [eclipse-plugin] [INFO] org.eclipse.equinox.transforms.xslt [eclipse-plugin] [INFO] org.eclipse.equinox.transforms.hook [eclipse-plugin] [INFO] org.eclipse.equinox.region [eclipse-plugin] [INFO] org.eclipse.equinox.log.stream [eclipse-plugin] [INFO] org.eclipse.equinox.weaving.hook [eclipse-plugin] [INFO] org.eclipse.equinox.weaving.caching [eclipse-plugin] [INFO] org.eclipse.equinox.weaving.caching.j9 [eclipse-plugin] [INFO] org.eclipse.equinox.core.sdk [eclipse-feature] [INFO] org.eclipse.equinox.launcher.cocoa.macosx [eclipse-plugin] [INFO] org.eclipse.equinox.executable [eclipse-feature] [INFO] org.eclipse.equinox.server.core [eclipse-feature] [INFO] org.eclipse.equinox.server.p2 [eclipse-feature] [INFO] org.eclipse.equinox.serverside.sdk [eclipse-feature] [INFO] org.eclipse.equinox.sdk [eclipse-feature] [INFO] org.eclipse.equinox.server.simple [eclipse-feature] [INFO] org.eclipse.equinox.bidi.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.cm.test [eclipse-test-plugin] [INFO] org.eclipse.equinox.common.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.ds.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.preferences.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.security.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.console.ssh.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.console.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.http.servlet.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.servletbridge.template [eclipse-plugin] [INFO] org.eclipse.equinox.slf4j.stub [eclipse-plugin] [INFO] org.eclipse.osgi.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.frameworkadmin.test [eclipse-test-plugin] [INFO] org.eclipse.equinox.p2.discovery [eclipse-plugin] [INFO] org.eclipse.equinox.p2.discovery.compatibility [eclipse-plugin] [INFO] org.eclipse.equinox.p2.installer [eclipse-plugin] [INFO] org.eclipse.equinox.p2.ui.admin [eclipse-plugin] [INFO] org.eclipse.equinox.p2.ui.admin.rcp [eclipse-plugin] [INFO] org.eclipse.equinox.p2.ui.discovery [eclipse-plugin] [INFO] org.eclipse.equinox.p2.discovery.feature [eclipse-feature] [INFO] org.eclipse.equinox.p2.sdk [eclipse-feature] [INFO] org.eclipse.equinox.p2.tests.reconciler.product [eclipse-repository] [INFO] org.eclipse.equinox.p2.tests.verifier [eclipse-plugin] [INFO] org.eclipse.equinox.p2.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.p2.tests.discovery [eclipse-test-plugin] [INFO] org.eclipse.equinox.p2.tests.ui [eclipse-test-plugin] [INFO] org.eclipse.equinox.p2.examples [pom] [INFO] org.eclipse.equinox.p2.examples.rcp.cloud [eclipse-plugin] [INFO] org.eclipse.equinox.p2.examples.rcp.discovery [eclipse-plugin] [INFO] org.eclipse.equinox.p2.examples.rcp.prestartupdate [eclipse-plugin] [INFO] org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility [eclipse-plugin] [INFO] org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates [eclipse-plugin] [INFO] org.eclipse.equinox.p2.examples.rcp.sdkui [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.21.0-SNAPSHOT [1/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-platform-parent --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse-platform-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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.0.0-M3:enforce (enforce-maven) @ eclipse-platform-parent --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse-platform-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse-platform-parent/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse-platform-parent --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [INFO] Skipped [INFO] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [INFO] Building eclipse-sdk-prereqs 4.21.0-SNAPSHOT [2/495] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.prereqs.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse-sdk-prereqs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.prereqs.sdk/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [INFO] Skipped [INFO] [INFO] ----------------------< eclipse.jdt:eclipse.jdt >----------------------- [INFO] Building eclipse jdt 4.21.0-SNAPSHOT [3/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.jdt --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox.framework:rt.equinox.framework >--------- [INFO] Building rt.equinox.framework 4.21.0-SNAPSHOT [4/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rt.equinox.framework --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ rt.equinox.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ rt.equinox.framework --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ rt.equinox.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ rt.equinox.framework --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ rt.equinox.framework --- [INFO] Skipped [INFO] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------ [INFO] Building org.eclipse.osgi 3.17.0-SNAPSHOT [5/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi --- [INFO] The project's OSGi version is 3.17.0.v20210823-1805 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.osgi --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.osgi --- [INFO] Compiling 454 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.osgi --- [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.21-I-builds [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/ (461B) [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/categories/ (1.46kB) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210831-0600/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210831-0600/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210831-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210831-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210901-0600/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210901-0600/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210901-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210901-1800/ [INFO] Fetching org.eclipse.osgi_3.17.0.v20210823-1805.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (1.39MB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (126.4kB) [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (72.7kB) [INFO] Fetching org.eclipse.ant.core_3.6.100.v20210731-1643.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (107.27kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.23.0.v20210730-2035.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (70.77kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (66.43kB) [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (114.56kB) [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (139.68kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.0.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (100.01kB) [INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (136.29kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.0.v20210723-1953.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (194.23kB) [INFO] Fetching org.eclipse.core.expressions_3.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (92.12kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (113.34kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (288.46kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.100.v20210611-0919.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (68.45kB) [INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (108.05kB) [INFO] Fetching org.eclipse.core.resources_3.15.100.v20210818-1523.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (879.11kB) [INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (89.14kB) [INFO] Fetching org.eclipse.debug.core_3.18.200.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (394.78kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.9.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (48.25kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (52.47kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (69.65kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (69.05kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (53.59kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.200.v20210830-0925.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (165.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (360.09kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.8.0.v20210618-0742.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (76.88kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (73.01kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.200.v20210813-0803.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (142.1kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (109.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.100.v20210813-0607.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (213.92kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (56.37kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (130.72kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.100.v20210723-0757.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (101.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (242.54kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (113.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (248.88kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (129.25kB) [INFO] Fetching org.eclipse.jdt.core_3.27.0.v20210823-1758.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (6.6MB) [INFO] Fetching org.eclipse.jdt.debug_3.18.0.v20210816-1805.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (903.62kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.300.v20210815-1119.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (563.43kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (249.09kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.600.v20210812-0807.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (931.09kB) [INFO] Fetching org.eclipse.pde.core_3.14.400.v20210812-0807.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (1.33MB) [INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (477.46kB) [INFO] Fetching org.eclipse.team.core_3.9.100.v20210604-1207.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (395.31kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.osgi_3.17.0.v20210823-1805, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.osgi --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi --- [WARNING] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different module-info.class: present in baseline only org/eclipse/osgi/internal/container/NamespaceList.class: different [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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] --- moditect-maven-plugin:1.0.0.RC1:add-module-info (add-module-infos) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.osgi --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.osgi:org.eclipse.osgi.util >--------------- [INFO] Building org.eclipse.osgi.util 3.6.100-SNAPSHOT [6/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.util --- [INFO] The project's OSGi version is 3.6.100.v20210723-1119 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.osgi.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.util/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.osgi.util --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.osgi.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.util/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.osgi.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.osgi.util --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.util/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.osgi.util --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.osgi.util --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.6.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.6.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.util --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.util:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.util/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.osgi.util --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.osgi.util --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.util --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.osgi:org.eclipse.osgi.services >------------- [INFO] Building org.eclipse.osgi.services 3.10.200-SNAPSHOT [7/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services --- [INFO] The project's OSGi version is 3.10.200.v20210723-0643 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.osgi.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.osgi.services --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.osgi.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.osgi.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.osgi.services --- [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.osgi.services --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.osgi.services_3.10.200.v20210723-0643, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.osgi.services --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.osgi.services --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.10.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.10.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.services --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.services:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.services/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.osgi.services --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.osgi.services --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.services --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.equinox.bundles:rt.equinox.bundles >----------- [INFO] Building rt.equinox.bundles 4.21.0-SNAPSHOT [8/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rt.equinox.bundles --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ rt.equinox.bundles --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ rt.equinox.bundles --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ rt.equinox.bundles --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ rt.equinox.bundles --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ rt.equinox.bundles --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.common >----------- [INFO] Building org.eclipse.equinox.common 3.15.0-SNAPSHOT [9/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common --- [INFO] The project's OSGi version is 3.15.0.v20210518-0604 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.common --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.common --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.common --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.common --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.common --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.common --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.common_3.15.0.v20210518-0604, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.common --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.common --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.common --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.common --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common --- [INFO] Skipped [INFO] [INFO] --------------< eclipse.platform.ui:eclipse.platform.ui >--------------- [INFO] Building eclipse.platform.ui 4.21.0-SNAPSHOT [10/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.ui --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.core:org.eclipse.core.commands >------------- [INFO] Building org.eclipse.core.commands 3.10.100-SNAPSHOT [11/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.commands --- [INFO] The project's OSGi version is 3.10.100.v20210722-1426 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.commands --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.commands --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.commands --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.commands --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.commands --- [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.commands --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.commands_3.10.100.v20210722-1426, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.commands --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.commands --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.commands --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.10.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.10.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.commands --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.commands:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.commands/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.commands --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.commands --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.commands --- [INFO] Skipped [INFO] [INFO] ---------< eclipse.platform.runtime:eclipse.platform.runtime >---------- [INFO] Building eclipse.platform.runtime 4.21.0-SNAPSHOT [12/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.runtime --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.runtime --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.core:org.eclipse.core.jobs >--------------- [INFO] Building org.eclipse.core.jobs 3.12.0-SNAPSHOT [13/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.jobs --- [INFO] The project's OSGi version is 3.12.0.v20210723-1034 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.jobs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.jobs --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.jobs --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.jobs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.jobs --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.jobs --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.jobs_3.12.0.v20210723-1034, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.jobs --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.jobs --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.jobs --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.jobs --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.jobs:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.jobs --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.jobs --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.jobs --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.registry >---------- [INFO] Building org.eclipse.equinox.registry 3.11.0-SNAPSHOT [14/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.registry --- [INFO] The project's OSGi version is 3.11.0.v20210723-1953 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.registry --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.registry --- [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.registry --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.registry_3.11.0.v20210723-1953, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.registry --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.registry --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.registry --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.registry --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.registry --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.preferences >--------- [INFO] Building org.eclipse.equinox.preferences 3.9.0-SNAPSHOT [15/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences --- [INFO] The project's OSGi version is 3.9.0.v20210726-0943 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.preferences --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.preferences --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.preferences --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.preferences_3.9.0.v20210726-0943, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.preferences --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.preferences --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.preferences --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.preferences --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.core:org.eclipse.core.contenttype >------------ [INFO] Building org.eclipse.core.contenttype 3.8.0-SNAPSHOT [16/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.contenttype --- [INFO] The project's OSGi version is 3.8.0.v20210621-0954 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.contenttype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.contenttype --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.contenttype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.contenttype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.contenttype --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.contenttype --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.contenttype_3.8.0.v20210621-0954, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.contenttype --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.contenttype --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.contenttype --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.contenttype --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.contenttype --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.contenttype:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.contenttype --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.contenttype --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.contenttype --- [INFO] Skipped [INFO] [INFO] ----------< eclipse.platform.ui:eclipse.platform.ui.bundles >----------- [INFO] Building eclipse.platform.ui.bundles 4.21.0-SNAPSHOT [17/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.ui.bundles --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.ui.bundles --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.ui.bundles --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.ui.bundles --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.ui.bundles --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.bundles --- [INFO] Skipped [INFO] [INFO] ----< eclipse.platform.ui:org.eclipse.core.databinding.observable >----- [INFO] Building [bundle] JFace Data Binding Observables 1.11.0-SNAPSHOT [18/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.observable --- [INFO] The project's OSGi version is 1.11.0.v20210722-1426 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.databinding.observable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.databinding.observable --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.databinding.observable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.databinding.observable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.databinding.observable --- [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.databinding.observable --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.databinding.observable_1.11.0.v20210722-1426, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.databinding.observable --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.databinding.observable --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.databinding.observable --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.observable --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.observable --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.observable:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.databinding.observable --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.databinding.observable --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.observable --- [INFO] Skipped [INFO] [INFO] -----< eclipse.platform.ui:org.eclipse.core.databinding.property >------ [INFO] Building [bundle] JFace Data Binding Properties 1.9.0-SNAPSHOT [19/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.property --- [INFO] The project's OSGi version is 1.9.0.v20210619-1129 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.databinding.property --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.databinding.property --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.databinding.property --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.databinding.property --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.databinding.property --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.databinding.property --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.databinding.property_1.9.0.v20210619-1129, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.databinding.property --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.databinding.property --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.databinding.property --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.property --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.property --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.property:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.databinding.property --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.databinding.property --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.property --- [INFO] Skipped [INFO] [INFO] ----------< eclipse.platform.ui:org.eclipse.core.databinding >---------- [INFO] Building [bundle] JFace Data Binding 1.10.100-SNAPSHOT [20/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding --- [INFO] The project's OSGi version is 1.10.100.v20200926-1123 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.databinding --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.databinding --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.databinding --- [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.databinding --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.databinding_1.10.100.v20200926-1123, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.databinding --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.databinding --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.databinding --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.10.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.10.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.core.databinding:1.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.databinding --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.databinding --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.app >------------- [INFO] Building org.eclipse.equinox.app 1.6.0-SNAPSHOT [21/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.app --- [INFO] The project's OSGi version is 1.6.0.v20210723-1130 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.app --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.app --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.app --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.app --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.app --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.app --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.app_1.6.0.v20210723-1130, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.app --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.app --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.app --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.app --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.app --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.app --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.app/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.app --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.app --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.app --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.core:org.eclipse.core.runtime >-------------- [INFO] Building org.eclipse.core.runtime 3.23.0-SNAPSHOT [22/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.runtime --- [INFO] The project's OSGi version is 3.23.0.v20210730-2035 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.runtime --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.runtime --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.runtime --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.runtime --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.runtime_3.23.0.v20210730-2035, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.runtime --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.23.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.runtime --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.runtime:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.runtime --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.runtime --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.core:org.eclipse.core.expressions >------------ [INFO] Building org.eclipse.core.expressions 3.8.0-SNAPSHOT [23/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.expressions --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.expressions --- [INFO] The project's OSGi version is 3.8.0.v20210723-1034 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.expressions --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.expressions --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.expressions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.expressions --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.expressions --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.expressions --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.expressions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.expressions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.expressions --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.expressions --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.expressions_3.8.0.v20210723-1034, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.expressions --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.expressions --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.expressions --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.expressions --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.expressions:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.expressions --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.expressions --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.expressions --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.e4:org.eclipse.e4.core.di.annotations >---------- [INFO] Building org.eclipse.e4.core.di.annotations 1.7.0-SNAPSHOT [24/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.annotations --- [INFO] The project's OSGi version is 1.7.0.v20210625-1052 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.core.di.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.core.di.annotations --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.core.di.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.core.di.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.core.di.annotations --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.core.di.annotations --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.core.di.annotations_1.7.0.v20210625-1052, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.core.di.annotations --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.core.di.annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.core.di.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.annotations --- [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.annotations:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.annotations/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.core.di.annotations --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.core.di.annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.annotations --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.e4:org.eclipse.e4.core.di >---------------- [INFO] Building org.eclipse.e4.core.di 1.8.0-SNAPSHOT [25/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di --- [INFO] The project's OSGi version is 1.8.0.v20210723-1034 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.core.di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.core.di --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.core.di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.core.di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.core.di --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.core.di --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.core.di_1.8.0.v20210723-1034, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.core.di --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.core.di --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.core.di --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di --- [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.core.di:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.core.di --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.core.di --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.e4:org.eclipse.e4.core.contexts >------------- [INFO] Building org.eclipse.e4.core.contexts 1.9.0-SNAPSHOT [26/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.contexts --- [INFO] The project's OSGi version is 1.9.0.v20210723-1034 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.core.contexts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.core.contexts --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.core.contexts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.core.contexts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.core.contexts --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.core.contexts --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.core.contexts_1.9.0.v20210723-1034, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.core.contexts --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.core.contexts --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.core.contexts --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.core.contexts --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.contexts --- [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.core.contexts:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.core.contexts --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.core.contexts --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.contexts --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.e4:org.eclipse.e4.core.services >------------- [INFO] Building org.eclipse.e4.core.services 2.3.0-SNAPSHOT [27/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.services --- [INFO] The project's OSGi version is 2.3.0.v20210723-1034 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.core.services --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.core.services --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.core.services --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.core.services_2.3.0.v20210723-1034, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.core.services --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.core.services --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.services --- [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.core.services:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.core.services --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.core.services --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.services --- [INFO] Skipped [INFO] [INFO] ----------< eclipse.platform.ui:org.eclipse.e4.core.commands >---------- [INFO] Building [bundle] Eclipse e4 core commands 1.0.0-SNAPSHOT [28/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands --- [INFO] The project's OSGi version is 1.0.0.v20210507-1901 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.core.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.core.commands --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.core.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.core.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.core.commands --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.core.commands --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.core.commands_1.0.0.v20210507-1901, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.core.commands --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.core.commands --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.core.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.core.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.core.commands --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.core.commands --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.e4:org.eclipse.e4.core.di.extensions >---------- [INFO] Building org.eclipse.e4.core.di.extensions 0.17.0-SNAPSHOT [29/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions --- [INFO] The project's OSGi version is 0.17.0.v20210625-1052 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.core.di.extensions --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.core.di.extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.core.di.extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.core.di.extensions --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.core.di.extensions --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.core.di.extensions_0.17.0.v20210625-1052, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.core.di.extensions --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions --- [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.extensions:0.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.core.di.extensions --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.core.di.extensions --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.e4:org.eclipse.e4.core.di.extensions.supplier >------ [INFO] Building org.eclipse.e4.core.di.extensions.supplier 0.16.100-SNAPSHOT [30/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] The project's OSGi version is 0.16.100.v20210621-0954 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.core.di.extensions.supplier_0.16.100.v20210621-0954, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.16.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.16.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.core.di.extensions.supplier:0.16.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Skipped [INFO] [INFO] ------------< eclipse.platform.ui:org.eclipse.e4.emf.xpath >------------ [INFO] Building [bundle] Eclipse Model Xpath 0.3.0-SNAPSHOT [31/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.emf.xpath --- [INFO] The project's OSGi version is 0.3.0.v20210722-1426 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.emf.xpath --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.emf.xpath --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.emf.xpath --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.emf.xpath --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.emf.xpath --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.emf.xpath --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.emf.xpath --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.emf.xpath --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.emf.xpath --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.emf.xpath --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.emf.xpath --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.emf.xpath:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.emf.xpath --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.emf.xpath --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.emf.xpath --- [INFO] Skipped [INFO] [INFO] -------------< eclipse.platform.swt:eclipse.platform.swt >-------------- [INFO] Building eclipse.platform.swt 4.21.0-SNAPSHOT [32/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.swt --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt --- [INFO] Skipped [INFO] [INFO] ------------------< org.eclipse.swt:org.eclipse.swt >------------------- [INFO] Building org.eclipse.swt 3.117.0-SNAPSHOT [33/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt --- [INFO] The project's OSGi version is 3.117.0.v20210903-1204 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.swt_3.117.0.v20210903-1204, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt, -binary, , -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/target/org.eclipse.swt-3.117.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt --- [INFO] No baseline version MavenProject: org.eclipse.swt:org.eclipse.swt:3.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt --- [INFO] Skipped [INFO] [INFO] --------------< eclipse.platform.ui:org.eclipse.e4.ui.di >-------------- [INFO] Building [bundle] Eclipse UI Dependency Injection 1.4.0-SNAPSHOT [34/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.di --- [INFO] The project's OSGi version is 1.4.0.v20210621-1133 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.di --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.di --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.di --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.di_1.4.0.v20210621-1133, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.di --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.di --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.di --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.di --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.di --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.di:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.di --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.di --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.di --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.event >------------ [INFO] Building org.eclipse.equinox.event 1.6.0-SNAPSHOT [35/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.event --- [INFO] The project's OSGi version is 1.6.0.v20210212-1143 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.event --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.event --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.event --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.event --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.event --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.event --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.event --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.event --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.event --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.event_1.6.0.v20210212-1143, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.event --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.event --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.event --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.event --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.event --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.event --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.event/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.event --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.event --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.event --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.ui:org.eclipse.e4.ui.services >----------- [INFO] Building [bundle] Eclipse UI Application Services 1.5.0-SNAPSHOT [36/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.services --- [INFO] The project's OSGi version is 1.5.0.v20210115-1333 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.services --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.services --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.services --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.services_1.5.0.v20210115-1333, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.services --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.services --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.services --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.services:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.services --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.services --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.services --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.bidi >------------ [INFO] Building org.eclipse.equinox.bidi 1.4.0-SNAPSHOT [37/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi --- [INFO] The project's OSGi version is 1.4.0.v20210723-1312 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.bidi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.bidi --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.bidi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.bidi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.bidi --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.bidi --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.bidi_1.4.0.v20210723-1312, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.bidi --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.bidi --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.bidi --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.bidi --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.bidi --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64 >---------- [INFO] Building org.eclipse.swt.gtk.linux.x86_64 3.117.0-SNAPSHOT [38/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] The project's OSGi version is 3.117.0.v20210903-1204 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (normal) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 528 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0: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 440 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.swt.gtk.linux.x86_64_3.117.0.v20210903-1204, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.117.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.117.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (swtdownload) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.bin [INFO] [copy] Copying 528 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.src [INFO] [javac] Compiling 440 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/@dot [INFO] [copy] Copying 614 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 528 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/swt-I20210903-1849-gtk-linux-x86_64.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le >---------- [INFO] Building org.eclipse.swt.gtk.linux.ppc64le 3.117.0-SNAPSHOT [39/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] The project's OSGi version is 3.117.0.v20210903-1204 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (normal) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Executing tasks [INFO] [copy] Copying 528 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0: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 440 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.swt.gtk.linux.ppc64le_3.117.0.v20210903-1204, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.117.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.117.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (swtdownload) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.bin [INFO] [copy] Copying 528 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.src [INFO] [javac] Compiling 440 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/@dot [INFO] [copy] Copying 614 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.src [INFO] [copy] Copying 528 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/swt-I20210903-1849-gtk-linux-ppc64le.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64 >---------- [INFO] Building org.eclipse.swt.gtk.linux.aarch64 3.117.0-SNAPSHOT [40/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] The project's OSGi version is 3.117.0.v20210903-1204 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (normal) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Executing tasks [INFO] [copy] Copying 528 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0: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 440 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.swt.gtk.linux.aarch64_3.117.0.v20210903-1204, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.117.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.117.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (swtdownload) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.bin [INFO] [copy] Copying 528 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.src [INFO] [javac] Compiling 440 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/@dot [INFO] [copy] Copying 614 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.src [INFO] [copy] Copying 528 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 6 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/swt-I20210903-1849-gtk-linux-aarch64.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64 >--------- [INFO] Building org.eclipse.swt.win32.win32.x86_64 3.117.0-SNAPSHOT [41/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] The project's OSGi version is 3.117.0.v20210903-1204 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (normal) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 681 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0: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 610 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.swt.win32.win32.x86_64_3.117.0.v20210903-1204, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.117.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.117.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (swtdownload) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.bin [INFO] [copy] Copying 681 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.src [INFO] [javac] Compiling 610 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/@dot [INFO] [copy] Copying 807 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 681 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/swt-I20210903-1849-win32-win32-x86_64.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64 >--------- [INFO] Building org.eclipse.swt.cocoa.macosx.x86_64 3.117.0-SNAPSHOT [42/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] The project's OSGi version is 3.117.0.v20210903-1204 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (normal) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 627 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0: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 588 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.swt.cocoa.macosx.x86_64_3.117.0.v20210903-1204, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.117.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.117.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (swtdownload) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.bin [INFO] [copy] Copying 627 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.src [INFO] [javac] Compiling 588 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/@dot [INFO] [copy] Copying 761 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 627 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/swt-I20210903-1849-cocoa-macosx-x86_64.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64 >-------- [INFO] Building org.eclipse.swt.cocoa.macosx.aarch64 3.117.0-SNAPSHOT [43/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] The project's OSGi version is 3.117.0.v20210903-1204 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (normal) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Executing tasks [INFO] [copy] Copying 627 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0: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 588 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.swt.cocoa.macosx.aarch64_3.117.0.v20210903-1204, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.117.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.117.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.117.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (swtdownload) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.bin [INFO] [copy] Copying 627 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.src [INFO] [javac] Compiling 588 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/@dot [INFO] [copy] Copying 761 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.src [INFO] [copy] Copying 627 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/swt-I20210903-1849-cocoa-macosx-aarch64.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.jface:org.eclipse.jface >----------------- [INFO] Building org.eclipse.jface 3.23.0-SNAPSHOT [44/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface --- [INFO] The project's OSGi version is 3.23.0.v20210723-1324 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface --- [INFO] Compiling 413 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jface_3.23.0.v20210723-1324, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jface --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jface --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.23.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface --- [INFO] MavenProject: org.eclipse.jface:org.eclipse.jface:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.jface --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jface --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.ui:org.eclipse.e4.ui.bindings >----------- [INFO] Building [bundle] Eclipse Bindings Support 0.13.100-SNAPSHOT [45/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.bindings --- [INFO] The project's OSGi version is 0.13.100.v20210722-1426 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.bindings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.bindings --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.bindings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.bindings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.bindings --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.bindings --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.bindings --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.bindings --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.bindings --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.13.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.bindings --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.13.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.bindings --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.bindings:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.bindings --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.bindings --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.bindings --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.ui:org.eclipse.e4.ui.css.core >----------- [INFO] Building [bundle] Eclipse CSS Core Support 0.13.100-SNAPSHOT [46/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.core --- [INFO] The project's OSGi version is 0.13.100.v20210722-1426 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.css.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.css.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.css.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.css.core --- [INFO] Compiling 153 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/RegistryCSSPropertyHandlerProvider.java:[27] import org.eclipse.core.internal.runtime.RuntimeLog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuntimeLog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/RegistryCSSPropertyHandlerProvider.java:[235] RuntimeLog.log(new Status(IStatus.ERROR, "org.eclipse.e4.ui.css.core", message)); ^^^^^^^^^^ Discouraged access: The type 'RuntimeLog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/RegistryCSSPropertyHandlerProvider.java:[235] RuntimeLog.log(new Status(IStatus.ERROR, "org.eclipse.e4.ui.css.core", message)); ^^^ Discouraged access: The method 'RuntimeLog.log(IStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') 3 problems (3 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.css.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.css.core_0.13.100.v20210722-1426, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.css.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.css.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.13.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.13.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.core --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.core:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.css.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.css.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.core --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.ui:org.eclipse.e4.ui.css.swt >------------ [INFO] Building [bundle] Eclipse CSS SWT Support 0.14.300-SNAPSHOT [47/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt --- [INFO] The project's OSGi version is 0.14.300.v20210723-0837 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.css.swt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.css.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.css.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.css.swt --- [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.css.swt --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.css.swt_0.14.300.v20210723-0837, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.css.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.14.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.14.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.swt:0.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.css.swt --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.css.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt --- [INFO] Skipped [INFO] [INFO] --------< eclipse.platform.ui:org.eclipse.e4.ui.css.swt.theme >--------- [INFO] Building [bundle] Eclipse CSS SWT Theme Support 0.13.0-SNAPSHOT [48/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] The project's OSGi version is 0.13.0.v20201026-1147 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.css.swt.theme:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.ui:org.eclipse.e4.ui.dialogs >------------ [INFO] Building [bundle] Eclipse e4 dialogs 1.3.0-SNAPSHOT [49/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.dialogs --- [INFO] The project's OSGi version is 1.3.0.v20210619-1009 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.dialogs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.dialogs --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.dialogs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.dialogs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.dialogs --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.dialogs --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.dialogs_1.3.0.v20210619-1009, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.dialogs --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.dialogs --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.dialogs --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.dialogs --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.dialogs --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.dialogs:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.dialogs --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.dialogs --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.dialogs --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.ui:org.eclipse.e4.ui.model.workbench >-------- [INFO] Building [bundle] Eclipse Workbench Model 2.2.0-SNAPSHOT [50/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.model.workbench --- [INFO] The project's OSGi version is 2.2.0.v20210727-1533 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.model.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.model.workbench --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.model.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.model.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.model.workbench --- [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.model.workbench --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.model.workbench --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.model.workbench --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.model.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.model.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.model.workbench --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.model.workbench:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.model.workbench --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.model.workbench --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.model.workbench --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.ui:org.eclipse.e4.ui.widgets >------------ [INFO] Building [bundle] Eclipse UI Custom widgets 1.3.0-SNAPSHOT [51/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.widgets --- [INFO] The project's OSGi version is 1.3.0.v20210621-1136 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.widgets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.widgets --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.widgets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.widgets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.widgets --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.widgets --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.widgets --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.widgets --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.widgets --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.widgets:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.widgets --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.widgets --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.widgets --- [INFO] Skipped [INFO] [INFO] -----------------< eclipse.jdt.core:eclipse.jdt.core >------------------ [INFO] Building eclipse.jdt.core 4.21.0-SNAPSHOT [52/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.jdt.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.jdt.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.jdt.core --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.core --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.annotation >------------- [INFO] Building org.eclipse.jdt.annotation 2.2.600-SNAPSHOT [53/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.annotation --- [INFO] The project's OSGi version is 2.2.600.v20200408-1511 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.annotation --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.annotation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.annotation --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.annotation_2.2.600.v20200408-1511, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.annotation --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.annotation --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.annotation --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.2.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.annotation --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.2.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.annotation --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.annotation --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.annotation --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.annotation --- [INFO] Skipped [INFO] [INFO] ----------< eclipse.platform.ui:org.eclipse.e4.ui.workbench >----------- [INFO] Building [bundle] Eclipse e4 Workbench 1.13.0-SNAPSHOT [54/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench --- [INFO] The project's OSGi version is 1.13.0.v20210521-0741 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.workbench --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.workbench --- [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java:[39] import org.eclipse.e4.core.internal.contexts.ContextObjectSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContextObjectSupplier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java:[40] import org.eclipse.e4.core.internal.di.InjectorImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InjectorImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java:[332] final private static InjectorImpl injector = (InjectorImpl) InjectorFactory.getDefault(); ^^^^^^^^^^^^ Discouraged access: The type 'InjectorImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java:[332] final private static InjectorImpl injector = (InjectorImpl) InjectorFactory.getDefault(); ^^^^^^^^^^^^ Discouraged access: The type 'InjectorImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java:[336] PrimaryObjectSupplier supplier = ContextObjectSupplier.getObjectSupplier(context, injector); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContextObjectSupplier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java:[336] PrimaryObjectSupplier supplier = ContextObjectSupplier.getObjectSupplier(context, injector); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ContextObjectSupplier.getObjectSupplier(IEclipseContext, IInjector)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java:[337] PrimaryObjectSupplier tempSupplier = ContextObjectSupplier.getObjectSupplier(localContext, injector); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContextObjectSupplier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java:[337] PrimaryObjectSupplier tempSupplier = ContextObjectSupplier.getObjectSupplier(localContext, injector); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ContextObjectSupplier.getObjectSupplier(IEclipseContext, IInjector)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java:[338] return injector.invoke(object, qualifier, defaultValue, supplier, tempSupplier, false, true); ^^^^^^ Discouraged access: The method 'InjectorImpl.invoke(Object, Class, Object, PrimaryObjectSupplier, PrimaryObjectSupplier, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/addons/CommandProcessingAddon.java:[32] import org.eclipse.e4.core.commands.internal.HandlerServiceImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HandlerServiceImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java:[32] import org.eclipse.e4.core.internal.contexts.EclipseContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EclipseContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java:[201] if (context instanceof EclipseContext) { ^^^^^^^^^^^^^^ Discouraged access: The type 'EclipseContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java:[202] ((EclipseContext) context).notifyOnDisposal(tracked::remove); ^^^^^^^^^^^^^^ Discouraged access: The type 'EclipseContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java:[202] ((EclipseContext) context).notifyOnDisposal(tracked::remove); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'EclipseContext.notifyOnDisposal(IContextDisposalListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java:[33] import org.eclipse.core.internal.runtime.PlatformURLPluginConnection; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PlatformURLPluginConnection' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java:[322] Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PlatformURLPluginConnection' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java:[322] Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url); ^^^^^ Discouraged access: The method 'PlatformURLPluginConnection.parse(String, URL)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') 17 problems (17 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.workbench --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.workbench --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.workbench --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.workbench --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.jface:org.eclipse.jface.databinding >----------- [INFO] Building org.eclipse.jface.databinding 1.13.0-SNAPSHOT [55/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.databinding --- [INFO] The project's OSGi version is 1.13.0.v20210619-1146 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface.databinding --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface.databinding --- [INFO] Compiling 178 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface.databinding --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jface.databinding_1.13.0.v20210619-1146, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface.databinding --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jface.databinding --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.databinding --- [INFO] MavenProject: org.eclipse.jface:org.eclipse.jface.databinding:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.jface.databinding --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jface.databinding --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.databinding --- [INFO] Skipped [INFO] [INFO] ----------< eclipse.platform.ui:org.eclipse.e4.ui.workbench3 >---------- [INFO] Building [bundle] Bundle for Workbench APIs available in e4 0.16.0-SNAPSHOT [56/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench3 --- [INFO] The project's OSGi version is 0.16.0.v20210619-0956 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.workbench3 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.workbench3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.workbench3 --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.workbench3 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench3 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.workbench3 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench3 --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench3:0.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.workbench3 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.workbench3 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench3 --- [INFO] Skipped [INFO] [INFO] -------------< eclipse.platform.ui:org.eclipse.urischeme >-------------- [INFO] Building [bundle] Eclipse URI Scheme Handling 1.2.0-SNAPSHOT [57/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.urischeme --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.urischeme --- [INFO] The project's OSGi version is 1.2.0.v20210619-0955 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.urischeme --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.urischeme --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.urischeme --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.urischeme --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.urischeme --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.urischeme --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.urischeme --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.urischeme --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.urischeme --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.urischeme --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.urischeme_1.2.0.v20210619-0955, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.urischeme --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.urischeme --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.urischeme --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.urischeme --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.urischeme --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.urischeme --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.urischeme:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.urischeme --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.urischeme --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.urischeme --- [INFO] Skipped [INFO] [INFO] --------< eclipse.platform.ui:org.eclipse.e4.ui.workbench.swt >--------- [INFO] Building [bundle] Eclipse e4 Workbench SWT 0.16.200-SNAPSHOT [58/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.swt --- [INFO] The project's OSGi version is 0.16.200.v20210723-1326 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java:[41] import org.eclipse.core.internal.runtime.InternalPlatform; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java:[280] return InternalPlatform.getDefault().getStateLocation(context.getBundle(), true); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java:[280] return InternalPlatform.getDefault().getStateLocation(context.getBundle(), true); ^^^^^^^^^^ Discouraged access: The method 'InternalPlatform.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java:[280] return InternalPlatform.getDefault().getStateLocation(context.getBundle(), true); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalPlatform.getStateLocation(Bundle, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ContextListener.java:[17] import org.eclipse.e4.core.internal.contexts.EclipseContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EclipseContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ContextListener.java:[18] import org.eclipse.e4.core.internal.contexts.IEclipseContextDebugger; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IEclipseContextDebugger' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ContextListener.java:[28] public class ContextListener implements IEclipseContextDebugger { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IEclipseContextDebugger' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ContextListener.java:[31] public void notify(EclipseContext context, EventType type, Object data) { ^^^^^^^^^^^^^^ Discouraged access: The type 'EclipseContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ContextListener.java:[31] public void notify(EclipseContext context, EventType type, Object data) { ^^^^^^^^^ Discouraged access: The type 'IEclipseContextDebugger.EventType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ContextListener.java:[35] String msg = context.toString(); ^^^^^^^^ Discouraged access: The method 'EclipseContext.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ContextListener.java:[36] if (EclipseContext.ANONYMOUS_CONTEXT_NAME.equals(msg)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EclipseContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/ContextListener.java:[36] if (EclipseContext.ANONYMOUS_CONTEXT_NAME.equals(msg)) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EclipseContext.ANONYMOUS_CONTEXT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java:[60] import org.eclipse.e4.ui.css.swt.helpers.EclipsePreferencesHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EclipsePreferencesHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java:[1449] EclipsePreferencesHelper.removeOverriddenPropertyNames(preferences); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EclipsePreferencesHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java:[1449] EclipsePreferencesHelper.removeOverriddenPropertyNames(preferences); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'EclipsePreferencesHelper.removeOverriddenPropertyNames(IEclipsePreferences)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java:[1453] return EclipsePreferencesHelper.getOverriddenPropertyNames(preferences); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EclipsePreferencesHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java:[1453] return EclipsePreferencesHelper.getOverriddenPropertyNames(preferences); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'EclipsePreferencesHelper.getOverriddenPropertyNames(IEclipsePreferences)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes') 17 problems (17 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.workbench.swt_0.16.200.v20210723-1326, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.16.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.16.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.swt --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.swt:0.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Skipped [INFO] [INFO] ---< eclipse.platform.ui:org.eclipse.e4.ui.workbench.renderers.swt >---- [INFO] Building [bundle] Eclipse e4 Workbench SWT Renderer 0.15.200-SNAPSHOT [59/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] The project's OSGi version is 0.15.200.v20210816-1658 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java:[34] import org.eclipse.e4.core.commands.internal.HandlerServiceImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HandlerServiceImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java:[35] import org.eclipse.e4.core.commands.internal.ICommandHelpService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ICommandHelpService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java:[439] Object object = staticContext.get(HandlerServiceImpl.HANDLER_EXCEPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HandlerServiceImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java:[439] Object object = staticContext.get(HandlerServiceImpl.HANDLER_EXCEPTION); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'HandlerServiceImpl.HANDLER_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes') 4 problems (4 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.workbench.renderers.swt_0.15.200.v20210816-1658, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.15.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.15.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.renderers.swt:0.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Skipped [INFO] [INFO] -----< eclipse.platform.ui:org.eclipse.e4.ui.workbench.addons.swt >----- [INFO] Building [bundle] Eclipse e4 Workbench Add-ons 1.4.300-SNAPSHOT [60/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] The project's OSGi version is 1.4.300.v20210813-1521 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.workbench.addons.swt_1.4.300.v20210813-1521, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.4.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.4.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.workbench.addons.swt:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Skipped [INFO] [INFO] --------------< eclipse.platform.ua:eclipse.platform.ua >--------------- [INFO] Building eclipse.platform.ua 4.21.0-SNAPSHOT [61/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.ua --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.ua --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.ua --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.ua --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.ua --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ua --- [INFO] Skipped [INFO] [INFO] -----------------< org.eclipse.help:org.eclipse.help >------------------ [INFO] Building org.eclipse.help 3.9.100-SNAPSHOT [62/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.help --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.help --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.help --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.help --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.help --- [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.help --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.help_3.9.100.v20210721-0601, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.help --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.help --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.help --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.help --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/org.eclipse.help-3.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.help --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/org.eclipse.help-3.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.help --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.help --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.security >---------- [INFO] Building org.eclipse.equinox.security 1.3.700-SNAPSHOT [63/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security --- [INFO] The project's OSGi version is 1.3.700.v20210726-0943 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.security --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.security --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.security --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.security --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.security_1.3.700.v20210726-0943, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.security --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.security --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.3.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.3.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.security --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security --- [INFO] Skipped [INFO] [INFO] ------------< eclipse.platform.team:eclipse.platform.team >------------- [INFO] Building eclipse.platform.team 4.21.0-SNAPSHOT [64/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.team --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.team --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.team --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.team --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.team --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.team --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.core:org.eclipse.core.net >---------------- [INFO] Building org.eclipse.core.net 1.3.1100-SNAPSHOT [65/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.net --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.net --- [INFO] The project's OSGi version is 1.3.1100.v20210424-0724 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.net --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.net --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.net --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.net --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.net --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.net --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.net --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.net_1.3.1100.v20210424-0724, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.net --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.net --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.net --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.3.1100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.3.1100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.net:1.3.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.net --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.net --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.debug:eclipse.platform.debug >------------ [INFO] Building eclipse.platform.debug 4.21.0-SNAPSHOT [66/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.debug --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.debug --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.debug --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.debug --- [INFO] Skipped [INFO] [INFO] ---------< eclipse.platform.debug:org.eclipse.core.variables >---------- [INFO] Building [bundle] Core Variables 3.5.100-SNAPSHOT [67/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.variables --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.variables --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.variables --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.variables --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.variables --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.variables --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.variables --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.variables --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.variables_3.5.100.v20210721-1355, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.variables --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.variables --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.variables --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.variables --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.variables --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.variables --- [INFO] MavenProject: eclipse.platform.debug:org.eclipse.core.variables:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.variables --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.variables --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.variables --- [INFO] Skipped [INFO] [INFO] -----------------< eclipse.platform:eclipse.platform >------------------ [INFO] Building eclipse.platform 4.21.0-SNAPSHOT [68/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.ant:org.eclipse.ant.core >---------------- [INFO] Building org.eclipse.ant.core 3.6.100-SNAPSHOT [69/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.core --- [INFO] The project's OSGi version is 3.6.100.v20210731-1643 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.core --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target/classes [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target/lib/antsupportlib.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ant.core_3.6.100.v20210731-1643, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target/lib/antsupportlib.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ant.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ant.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.6.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/lib/antsupportlib.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.6.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.core --- [INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ant.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ant.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.core --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.http.servlet >-------- [INFO] Building org.eclipse.equinox.http.servlet 1.7.100-SNAPSHOT [70/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet --- [INFO] The project's OSGi version is 1.7.100.v20210311-1631 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.http.servlet --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.http.servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.http.servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.http.servlet --- [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.http.servlet --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.http.servlet --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.http.servlet --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.7.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.7.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.http.servlet --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.http.servlet --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.http.jetty >--------- [INFO] Building org.eclipse.equinox.http.jetty 3.8.0-SNAPSHOT [71/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.jetty --- [INFO] The project's OSGi version is 3.8.0.v20210414-1616 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.http.jetty --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.http.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.http.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.http.jetty --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.http.jetty --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.http.jetty --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.http.jetty --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.http.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.jetty/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.http.jetty --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.http.jetty --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.jetty --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.help:org.eclipse.help.base >--------------- [INFO] Building org.eclipse.help.base 4.3.400-SNAPSHOT [72/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.help.base --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.help.base --- [INFO] The project's OSGi version is 4.3.400.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.help.base --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.help.base --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.help.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.help.base --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.help.base --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.help.base --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.help.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.help.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.help.base --- [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net/target/classes') 9. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/src_demo/org/apache/lucene/demo/html/HTMLParser.java (at line 129) if (!titleComplete && !title.equals("")) { // finished title //$NON-NLS-1$ ^^ Unlikely argument type for equals(): String seems to be unrelated to StringBuilder 9 problems (0 errors, 8 warnings, 1 info) [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target/ant_tasks/helpbase-ant.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.help.base --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.help.base_4.3.400.v20210903-1849, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target/ant_tasks/helpbase-ant.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.help.base --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.help.base --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.help.base --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.help.base --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target/org.eclipse.help.base-4.3.400-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.help.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.help.base --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/ant_tasks/helpbase-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/target/org.eclipse.help.base-4.3.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.base/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.help.base --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.help.base --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.base --- [INFO] Skipped [INFO] [INFO] --------< eclipse.platform.ui:org.eclipse.jface.notifications >--------- [INFO] Building [bundle] Notification API 0.3.0-SNAPSHOT [73/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.notifications --- [INFO] The project's OSGi version is 0.3.0.v20210218-1820 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface.notifications --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface.notifications --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface.notifications --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface.notifications --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface.notifications --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface.notifications --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jface.notifications_0.3.0.v20210218-1820, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface.notifications --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jface.notifications --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface.notifications --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/org.eclipse.jface.notifications-0.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface.notifications --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/org.eclipse.jface.notifications-0.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.notifications --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.jface.notifications:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jface.notifications --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jface.notifications --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.notifications --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.ui:org.eclipse.ui.workbench >--------------- [INFO] Building org.eclipse.ui.workbench 3.123.0-SNAPSHOT [74/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench --- [INFO] The project's OSGi version is 3.123.0.v20210817-0704 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.workbench --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.workbench --- [INFO] Compiling 1199 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[885] 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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[888] 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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[888] 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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[890] if (!(ts.getMinimizedElement() instanceof MPartStack)) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TrimStack.getMinimizedElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[893] MPartStack stack = (MPartStack) ts.getMinimizedElement(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TrimStack.getMinimizedElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[910] 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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[910] 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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[915] 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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[915] 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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 10. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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 12. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 13. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 14. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 15. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 16. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/WorkbenchProperties.java (at line 45) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 17. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 18. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 19. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 20. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 21. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') 42. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java (at line 479) @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/eng.aggregator_R4_21_maintenance/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 44. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java (at line 111) @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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java (at line 140) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 46. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java (at line 169) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 47. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowViewMenu.java (at line 236) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 48. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 49. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java (at line 397) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 50. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java (at line 53) @SuppressWarnings({ "rawtypes", "unchecked" }) ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 51. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java (at line 53) @SuppressWarnings({ "rawtypes", "unchecked" }) ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 52. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java (at line 1141) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 53. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java (at line 122) @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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[84] import org.eclipse.e4.ui.model.internal.Position; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Position' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[85] import org.eclipse.e4.ui.model.internal.PositionInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1105] * look at: {@link PositionInfo#parse(String)}. ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1105] * look at: {@link PositionInfo#parse(String)}. ^^^^^ Discouraged access: The method 'PositionInfo.parse(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1194] PositionInfo positionInfo = findMovePositionInfo(element); ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1203] switch (positionInfo.getPosition()) { ^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1204] case LAST: ^^^^ Discouraged access: The field 'Position.LAST' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1208] case FIRST: ^^^^^ Discouraged access: The field 'Position.FIRST' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1212] case INDEX: ^^^^^ Discouraged access: The field 'Position.INDEX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1213] int index = positionInfo.getPositionReferenceAsInteger(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPositionReferenceAsInteger()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1221] case BEFORE: ^^^^^^ Discouraged access: The field 'Position.BEFORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1222] case AFTER: ^^^^^ Discouraged access: The field 'Position.AFTER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1223] int idx = indexOfElementWithID(elements, positionInfo.getPositionReference()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPositionReference()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1228] if (positionInfo.getPosition() == Position.AFTER) { ^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1228] if (positionInfo.getPosition() == Position.AFTER) { ^^^^^^^^^^^^^^ Discouraged access: The type 'Position' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1228] if (positionInfo.getPosition() == Position.AFTER) { ^^^^^ Discouraged access: The field 'Position.AFTER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1243] + positionInfo.getPosition() + "'!"); //$NON-NLS-1$ ^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1274] * 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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1277] * @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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1280] private PositionInfo findMovePositionInfo(MUIElement element) { ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1284] return PositionInfo.parse(tag.substring(MOVE_TAG.length())); ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1284] 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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 76. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 77. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 78. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 79. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 79 problems (0 errors, 51 warnings, 28 infos) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.workbench --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.workbench_3.123.0.v20210817-0704, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.workbench --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.workbench --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.123.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.123.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.workbench:3.123.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.workbench --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.workbench --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench --- [INFO] Skipped [INFO] [INFO] -----------------< eclipse.platform.ui:org.eclipse.ui >----------------- [INFO] Building [bundle] Eclipse UI 3.119.100-SNAPSHOT [75/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui --- [INFO] The project's OSGi version is 3.119.100.v20210830-0942 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui_3.119.100.v20210830-0942, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/target/org.eclipse.ui-3.119.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui/target/org.eclipse.ui-3.119.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui:3.119.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui --- [INFO] Skipped [INFO] [INFO] --------------< eclipse.platform.ui:org.eclipse.ui.forms >-------------- [INFO] Building [bundle] Eclipse Forms 3.11.200-SNAPSHOT [76/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms --- [INFO] The project's OSGi version is 3.11.200.v20210622-0925 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.forms --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.forms --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.forms --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.forms --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.forms --- [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.forms --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.forms_3.11.200.v20210622-0925, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.forms --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.forms --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.forms --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/org.eclipse.ui.forms-3.11.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/org.eclipse.ui.forms-3.11.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.forms:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.forms --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.forms --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.forms --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.ui:org.eclipse.ui.intro >----------------- [INFO] Building org.eclipse.ui.intro 3.6.300-SNAPSHOT [77/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro --- [INFO] The project's OSGi version is 3.6.300.v20210721-0921 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.intro --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.intro --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.intro --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.intro --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.intro --- [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.intro --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.intro_3.6.300.v20210721-0921, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.intro --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.intro --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.intro --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.6.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.6.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.intro --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.intro --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro --- [INFO] Skipped [INFO] [INFO] --------------< eclipse.platform.ua:org.eclipse.help.ui >--------------- [INFO] Building [bundle] Help System UI 4.3.100-SNAPSHOT [78/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.help.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.help.ui --- [INFO] The project's OSGi version is 4.3.100.v20210619-0925 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.help.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.help.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.help.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.help.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.help.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.help.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.help.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.help.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.help.ui --- [INFO] Compiling 102 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') 3 problems (3 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.help.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.help.ui_4.3.100.v20210619-0925, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.help.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.help.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.help.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.help.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.help.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help.ui --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.help.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.help.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.ui --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.ui:org.eclipse.ui.cheatsheets >-------------- [INFO] Building org.eclipse.ui.cheatsheets 3.7.300-SNAPSHOT [79/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.cheatsheets --- [INFO] The project's OSGi version is 3.7.300.v20210507-0822 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.cheatsheets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.cheatsheets --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.cheatsheets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.cheatsheets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.cheatsheets --- [INFO] Compiling 125 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.cheatsheets --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.cheatsheets --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.cheatsheets --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.cheatsheets --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.7.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.cheatsheets --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.7.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.cheatsheets --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.cheatsheets --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.cheatsheets --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.cheatsheets --- [INFO] Skipped [INFO] [INFO] ------------------< org.eclipse.jdt:org.eclipse.jdt >------------------- [INFO] Building org eclipse jdt 3.18.900-SNAPSHOT [80/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt --- [INFO] The project's OSGi version is 3.18.900.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt/target/org.eclipse.jdt-3.18.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.18.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.resources:org.eclipse.core.filesystem >------- [INFO] Building [bundle] Core File Systems 1.9.100-SNAPSHOT [81/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem --- [INFO] The project's OSGi version is 1.9.100.v20210611-0919 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.filesystem --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.filesystem --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.filesystem --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.filesystem_1.9.100.v20210611-0919, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.filesystem --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.filesystem --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem --- [INFO] MavenProject: eclipse.platform.resources:org.eclipse.core.filesystem:1.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.filesystem --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.filesystem --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.resources:org.eclipse.core.resources >-------- [INFO] Building [bundle] Core Resource Management 3.15.100-SNAPSHOT [82/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.resources --- [INFO] The project's OSGi version is 3.15.100.v20210818-1523 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.resources --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.resources --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.resources --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.resources --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.resources --- [INFO] Compiling 278 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/ant_tasks/resources-ant.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.resources --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.resources_3.15.100.v20210818-1523, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/ant_tasks/resources-ant.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.resources --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.resources --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.resources --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.15.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/ant_tasks/resources-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.15.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.resources --- [INFO] MavenProject: eclipse.platform.resources:org.eclipse.core.resources:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.resources --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.resources --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.resources --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.debug:org.eclipse.debug.core >------------ [INFO] Building [bundle] Debug Core 3.18.200-SNAPSHOT [83/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.debug.core --- [INFO] The project's OSGi version is 3.18.200.v20210721-1355 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.debug.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.debug.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.debug.core --- [INFO] Compiling 204 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.debug.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.debug.core_3.18.200.v20210721-1355, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.debug.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.debug.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.debug.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.18.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.18.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.core --- [INFO] MavenProject: eclipse.platform.debug:org.eclipse.debug.core:3.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.debug.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.debug.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.core --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.compare:org.eclipse.compare.core >------------ [INFO] Building org.eclipse.compare.core 3.6.1000-SNAPSHOT [84/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.compare.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.compare.core --- [INFO] The project's OSGi version is 3.6.1000.v20201020-1107 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.compare.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.compare.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.compare.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.compare.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.compare.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.compare.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.compare.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.compare.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.compare.core --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.compare.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.compare.core_3.6.1000.v20201020-1107, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.compare.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.compare.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.compare.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.compare.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.6.1000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.compare.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.6.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.core --- [INFO] MavenProject: org.eclipse.compare:org.eclipse.compare.core:3.6.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.compare.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.compare.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.core --- [INFO] Skipped [INFO] [INFO] ------------< eclipse.platform.text:eclipse.platform.text >------------- [INFO] Building eclipse.platform.text 4.21.0-SNAPSHOT [85/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.text --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.text --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.text --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.text --- [INFO] Skipped [INFO] [INFO] ---------------< eclipse.platform.text:org.eclipse.text >--------------- [INFO] Building [bundle] Text 3.12.0-SNAPSHOT [86/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.text --- [INFO] The project's OSGi version is 3.12.0.v20210512-1644 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.text --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.text --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.text --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.text --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.text --- [INFO] Compiling 132 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.text --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.text_3.12.0.v20210512-1644, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.text --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.text --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.text --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.text --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/target/org.eclipse.text-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.text --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text/target/org.eclipse.text-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text --- [INFO] MavenProject: eclipse.platform.text:org.eclipse.text:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.text --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.text --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.team:org.eclipse.team.core >--------------- [INFO] Building org.eclipse.team.core 3.9.100-SNAPSHOT [87/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.core --- [INFO] The project's OSGi version is 3.9.100.v20210604-1207 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.team.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.team.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.team.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.team.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.team.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.team.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.team.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.team.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.team.core --- [INFO] Compiling 179 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.team.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.team.core_3.9.100.v20210604-1207, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.team.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.team.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.team.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.team.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.team.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.core --- [INFO] MavenProject: org.eclipse.team:org.eclipse.team.core:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.team.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.team.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.core --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >---------------- [INFO] Building org.eclipse.jdt.core 3.27.0-SNAPSHOT [88/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core --- [INFO] The project's OSGi version is 3.27.0.v20210823-1758 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/saveproperties [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core --- [INFO] No match to regex '\\' found in '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties'. The initial value '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties' is left as-is... [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.core --- [INFO] Compiling 1496 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.core_3.27.0.v20210823-1758, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ org.eclipse.jdt.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/jdtCompilerAdapter.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.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] --- maven-resources-plugin:3.2.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-custom-bundle-plugin:2.4.0:custom-bundle (antadapter) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT-antadapter.jar [INFO] [INFO] --- tycho-custom-bundle-plugin:2.4.0:custom-bundle (batch-compiler-src) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT-batch-compiler-src.jar [INFO] [INFO] --- tycho-custom-bundle-plugin:2.4.0:custom-bundle (batch-compiler) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT-batch-compiler.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml: baseline and build artifacts have same version but different contents classifier-antadapter: not present in baseline classifier-batch-compiler-src: not present in baseline classifier-batch-compiler: different META-INF/services/javax.tools.JavaCompiler: present in baseline only org/eclipse/jdt/core/BuildJarIndex.class: present in baseline only org/eclipse/jdt/core/CheckDebugAttributes.class: present in baseline only org/eclipse/jdt/core/JDTCompilerAdapter$1.class: present in baseline only org/eclipse/jdt/core/JDTCompilerAdapter.class: present in baseline only org/eclipse/jdt/internal/antadapter/AntAdapterMessages.class: present in baseline only org/eclipse/jdt/internal/antadapter/messages.properties: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/AptProblem.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BaseAnnotationProcessorManager.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BaseMessagerImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BaseProcessingEnvImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BatchAnnotationProcessorManager.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BatchFilerImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BatchMessagerImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BatchProcessingEnvImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject$ForwardingOutputStream.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject$ForwardingWriter.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/IProcessorProvider.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/ProcessorInfo.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/RoundDispatcher.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/RoundEnvImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/AnnotationMemberValue.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/AnnotationMirrorImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/AnnotationValueImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ArrayTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/DeclaredTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl9.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ErrorTypeElement.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ErrorTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ExecutableElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ExecutableTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/Factory.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/IElementInfo.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$ExportsDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$OpensDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$PackageDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$ProvidesDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$RequiresDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$UsesDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/NameImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/NoTypeImpl$1.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/NoTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/PackageElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/PrimitiveTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/RecordComponentElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypeElementImpl$SourceLocationComparator.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypeElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypeMirrorImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypeParameterElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypeVariableImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$1.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$2.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$3.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$4.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$MemberInTypeFinder.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/VariableElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/WildcardTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/Archive.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ArchiveFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager$1.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager$2.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/EclipseFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem$1.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem$JrtFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ManyToMany.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$LocationContainer.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$LocationWrapper.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$ModuleLocationWrapper.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$SystemLocationContainer.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/Options.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/Util$EncodingError.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/Util$EncodingErrorCollector.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/Util.class: present in baseline only org/eclipse/jdt/internal/compiler/batch/ClasspathJsr199.class: present in baseline only org/eclipse/jdt/internal/compiler/lookup/AptBinaryLocalVariableBinding.class: present in baseline only org/eclipse/jdt/internal/compiler/lookup/AptSourceLocalVariableBinding.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/Archive.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ArchiveFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseBatchRequestor.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompiler$1.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompiler.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$1.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$2.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3$1.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3$2.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$4.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$Jsr199ProblemWrapper.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerRequestor.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseDiagnostic.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseFileManager$1.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseFileManager$2.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ExceptionDiagnostic.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/JrtFileSystem$1.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/JrtFileSystem$JrtFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/JrtFileSystem.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$LocationContainer.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$LocationWrapper.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$ModuleLocationWrapper.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$OutputLocationContainer.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$SystemLocationContainer.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/Options.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/Util$EncodingError.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/Util$EncodingErrorCollector.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/Util.class: present in baseline only [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.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, batch-compiler] [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core --- [INFO] Skipped [INFO] [INFO] ----------------< eclipse.jdt.debug:eclipse.jdt.debug >----------------- [INFO] Building eclipse.jdt.debug 4.21.0-SNAPSHOT [89/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.jdt.debug --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.jdt.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.jdt.debug --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.jdt.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.jdt.debug --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.debug --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.debug >---------------- [INFO] Building org.eclipse.jdt.debug 3.18.0-SNAPSHOT [90/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug --- [INFO] The project's OSGi version is 3.18.0.v20210816-1805 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.debug --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.debug --- [INFO] Compiling 357 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.debug --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.debug_3.18.0.v20210816-1805, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.debug --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.debug --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.18.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/jdimodel.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.debug --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.debug --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.launching >-------------- [INFO] Building org.eclipse.jdt.launching 3.19.300-SNAPSHOT [91/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching --- [INFO] The project's OSGi version is 3.19.300.v20210815-1119 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.launching --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.launching --- [INFO] Compiling 127 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (compile-internal-jar) @ org.eclipse.jdt.launching --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.launching --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.launching_3.19.300.v20210815-1119, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.launching --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.launching --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.launching --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.launching --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.debug:org.eclipse.core.externaltools >-------- [INFO] Building [bundle] External Tools Headless Support 1.2.100-SNAPSHOT [92/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.externaltools --- [INFO] The project's OSGi version is 1.2.100.v20210812-1118 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.externaltools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.externaltools --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.externaltools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.externaltools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.externaltools --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.externaltools --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.externaltools_1.2.100.v20210812-1118, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.externaltools --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.externaltools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.externaltools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.externaltools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.externaltools --- [INFO] MavenProject: eclipse.platform.debug:org.eclipse.core.externaltools:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.externaltools --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.externaltools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.externaltools --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.ant:org.eclipse.ant.launching >-------------- [INFO] Building org.eclipse.ant.launching 1.3.0-SNAPSHOT [93/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.launching --- [INFO] The project's OSGi version is 1.3.0.v20210415-1314 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.launching --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.launching --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.launching --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.launching --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.launching --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target/classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target/lib/loggers.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.launching --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ant.launching_1.3.0.v20210415-1314, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target/lib/loggers.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.launching --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ant.launching --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ant.launching --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/lib/loggers.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.launching --- [INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.launching:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ant.launching --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ant.launching --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.launching --- [INFO] Skipped [INFO] [INFO] -------------< eclipse.platform.ui:org.eclipse.e4.ui.ide >-------------- [INFO] Building [bundle] E4 IDE UI 3.16.0-SNAPSHOT [94/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.ide --- [INFO] The project's OSGi version is 3.16.0.v20210625-1251 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.ide --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.ide --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.ide --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.ide_3.16.0.v20210625-1251, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.ide --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.ide --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.ide --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.ide:3.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.ide --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.ide --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.ide --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.equinox.p2:rt.equinox.p2 >---------------- [INFO] Building rt.equinox.p2 4.21.0-SNAPSHOT [95/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rt.equinox.p2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ rt.equinox.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ rt.equinox.p2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ rt.equinox.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ rt.equinox.p2 --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ rt.equinox.p2 --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.p2.core >----------- [INFO] Building org.eclipse.equinox.p2.core 2.8.0-SNAPSHOT [96/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.core --- [INFO] The project's OSGi version is 2.8.0.v20210618-0742 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.core --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.core_2.8.0.v20210618-0742, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.core --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.core --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.p2.metadata >--------- [INFO] Building org.eclipse.equinox.p2.metadata 2.6.100-SNAPSHOT [97/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.metadata --- [INFO] The project's OSGi version is 2.6.100.v20210813-0606 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.metadata --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.metadata --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.metadata --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.metadata --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.metadata --- [INFO] Compiling 142 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.metadata --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.metadata --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.metadata --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.metadata --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.6.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.metadata --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.6.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.metadata --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.metadata:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.metadata --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.metadata --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.metadata --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.p2.jarprocessor >------- [INFO] Building org.eclipse.equinox.p2.jarprocessor 1.2.0-SNAPSHOT [98/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] The project's OSGi version is 1.2.0.v20210507-0825 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/lib/jarprocessor-ant.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/lib/jarprocessor-ant.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/lib/jarprocessor-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.jarprocessor --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.jarprocessor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different org/eclipse/equinox/internal/p2/jarprocessor/Utils.class: different [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.jarprocessor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.p2.repository >-------- [INFO] Building org.eclipse.equinox.p2.repository 2.5.200-SNAPSHOT [99/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.repository --- [INFO] The project's OSGi version is 2.5.200.v20210813-0803 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.repository --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.repository --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.repository --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.repository_2.5.200.v20210813-0803, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.repository --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.repository --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.5.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.5.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.repository --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.repository:2.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.repository --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.repository --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.repository --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.p2.artifact.repository >--- [INFO] Building org.eclipse.equinox.p2.artifact.repository 1.4.200-SNAPSHOT [100/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] The project's OSGi version is 1.4.200.v20210830-0925 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.artifact.repository_1.4.200.v20210830-0925, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.artifact.repository:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.p2.metadata.repository >--- [INFO] Building org.eclipse.equinox.p2.metadata.repository 1.4.0-SNAPSHOT [101/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] The project's OSGi version is 1.4.0.v20210315-2228 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/ant_tasks/metadataRepository-ant.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/ant_tasks/metadataRepository-ant.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/ant_tasks/metadataRepository-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.metadata.repository:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.p2.engine >---------- [INFO] Building org.eclipse.equinox.p2.engine 2.7.100-SNAPSHOT [102/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.engine --- [INFO] The project's OSGi version is 2.7.100.v20210813-0607 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.engine --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.engine --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.engine --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.engine_2.7.100.v20210813-0607, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.engine --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.engine --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.7.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.7.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.engine --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.engine:2.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.engine --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.engine --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.engine --- [INFO] Skipped [INFO] [INFO] ------------< eclipse.platform.text:org.eclipse.jface.text >------------ [INFO] Building [bundle] JFace Text 3.18.100-SNAPSHOT [103/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.text --- [INFO] The project's OSGi version is 3.18.100.v20210820-1651 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface.text --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface.text --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface.text --- [INFO] Compiling 353 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface.text --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jface.text_3.18.100.v20210820-1651, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface.text --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jface.text --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jface.text --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/org.eclipse.jface.text-3.18.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/org.eclipse.jface.text-3.18.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.text --- [INFO] MavenProject: eclipse.platform.text:org.eclipse.jface.text:3.18.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jface.text --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jface.text --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.text --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.ui:org.eclipse.ui.views >----------------- [INFO] Building org.eclipse.ui.views 3.11.100-SNAPSHOT [104/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views --- [INFO] The project's OSGi version is 3.11.100.v20210816-0811 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.views --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.views --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.views --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.views --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.views --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.views --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.views_3.11.100.v20210816-0811, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.views --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.views --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.views --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/org.eclipse.ui.views-3.11.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/org.eclipse.ui.views-3.11.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.views:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.views --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.views --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.ui:org.eclipse.ui.navigator >--------------- [INFO] Building org.eclipse.ui.navigator 3.10.100-SNAPSHOT [105/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.navigator --- [INFO] The project's OSGi version is 3.10.100.v20210415-0924 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.navigator --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.navigator --- [INFO] Compiling 154 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.navigator --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.navigator_3.10.100.v20210415-0924, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.navigator --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.navigator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/org.eclipse.ui.navigator-3.10.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/org.eclipse.ui.navigator-3.10.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.navigator --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.navigator:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.navigator --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.navigator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.navigator --- [INFO] Skipped [INFO] [INFO] -----------------< org.eclipse.ui:org.eclipse.ui.ide >------------------ [INFO] Building org.eclipse.ui.ide 3.18.300-SNAPSHOT [106/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.ide --- [INFO] The project's OSGi version is 3.18.300.v20210817-1731 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.ide --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.ide --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.ide --- [INFO] Compiling 523 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java:[2289] AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'FilterDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java:[2289] AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter(); ^^^^^^^^^^^^ Discouraged access: The method 'FilterDescriptor.createFilter()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java:[3025] AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'FilterDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java:[3025] AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter(); ^^^^^^^^^^^^ Discouraged access: The method 'FilterDescriptor.createFilter()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') 7. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java (at line 23) @SuppressWarnings("javadoc") ^^^^^^^^^ At least one of the problems in category 'javadoc' is not analysed due to a compiler option being ignored 8. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java (at line 288) @SuppressWarnings("javadoc") ^^^^^^^^^ At least one of the problems in category 'javadoc' is not analysed due to a compiler option being ignored 9. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ViewerColumnsDialog.java (at line 355) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 10. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ViewerColumnsDialog.java (at line 406) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 11. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ViewerColumnsDialog.java (at line 430) @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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ViewerColumnsDialog.java (at line 453) @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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ViewerColumnsDialog.java (at line 483) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 14. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ViewerColumnsDialog.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 14 problems (0 errors, 5 warnings, 9 infos) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.ide --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.ide_3.18.300.v20210817-1731, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.ide --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.ide --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.ide --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.18.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.18.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.ide --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.ide:3.18.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.ide --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.ide --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.ide --- [INFO] Skipped [INFO] [INFO] -----< eclipse.platform.text:org.eclipse.ui.workbench.texteditor >------ [INFO] Building [bundle] Text Editor Framework 3.16.200-SNAPSHOT [107/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench.texteditor --- [INFO] The project's OSGi version is 3.16.200.v20210724-2153 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.workbench.texteditor --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.workbench.texteditor --- [INFO] Compiling 172 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.workbench.texteditor --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.workbench.texteditor_3.16.200.v20210724-2153, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.workbench.texteditor --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.workbench.texteditor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.16.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.16.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench.texteditor --- [INFO] MavenProject: eclipse.platform.text:org.eclipse.ui.workbench.texteditor:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.workbench.texteditor --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.workbench.texteditor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench.texteditor --- [INFO] Skipped [INFO] [INFO] ---------< eclipse.platform.text:org.eclipse.core.filebuffers >--------- [INFO] Building [bundle] File Buffers 3.7.0-SNAPSHOT [108/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.filebuffers --- [INFO] The project's OSGi version is 3.7.0.v20210512-1543 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.filebuffers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.filebuffers --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.filebuffers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.filebuffers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.filebuffers --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.filebuffers --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.filebuffers_3.7.0.v20210512-1543, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.filebuffers --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.filebuffers --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.filebuffers --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.filebuffers --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filebuffers --- [INFO] MavenProject: eclipse.platform.text:org.eclipse.core.filebuffers:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.filebuffers --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.filebuffers --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filebuffers --- [INFO] Skipped [INFO] [INFO] ------------< eclipse.platform.text:org.eclipse.ui.editors >------------ [INFO] Building [bundle] Default Text Editor 3.14.200-SNAPSHOT [109/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.editors --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.editors --- [INFO] The project's OSGi version is 3.14.200.v20210622-1002 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.editors --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.editors --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.editors --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.editors --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.editors --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.editors --- [INFO] Compiling 132 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.editors --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.editors_3.14.200.v20210622-1002, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.editors --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.editors --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.editors --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.14.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.14.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.editors --- [INFO] MavenProject: eclipse.platform.text:org.eclipse.ui.editors:3.14.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.editors --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.editors --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.editors --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.debug:org.eclipse.ui.console >------------ [INFO] Building [bundle] Console 3.11.100-SNAPSHOT [110/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.console --- [INFO] The project's OSGi version is 3.11.100.v20210721-1355 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.console --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.console --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.console --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.console --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.console --- [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.console --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.console_3.11.100.v20210721-1355, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.console --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.console --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.console --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.11.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.11.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.console --- [INFO] MavenProject: eclipse.platform.debug:org.eclipse.ui.console:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.console --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.console --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.console --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.compare:org.eclipse.compare >--------------- [INFO] Building org.eclipse.compare 3.8.100-SNAPSHOT [111/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.compare --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.compare --- [INFO] The project's OSGi version is 3.8.100.v20210805-1512 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.compare --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.compare --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.compare --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.compare --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.compare --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.compare --- [INFO] Compiling 162 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java:[19] import org.eclipse.core.internal.expressions.util.LRUCache; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LRUCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java:[41] private LRUCache fCompareFilterCache; ^^^^^^^^ Discouraged access: The type 'LRUCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java:[94] fCompareFilterCache = (cacheFilteredLines) ? new LRUCache(1024) : null; ^^^^^^^^ Discouraged access: The type 'LRUCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java:[94] fCompareFilterCache = (cacheFilteredLines) ? new LRUCache(1024) : null; ^^^^^^^^ Discouraged access: The constructor 'LRUCache(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java:[213] extracts[0] = (String) fCompareFilterCache.get(Integer.valueOf( ^^^ Discouraged access: The method 'LRUCache.get(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java:[221] .put(Integer.valueOf(thisIndex), extracts[0]); ^^^ Discouraged access: The method 'LRUCache.put(Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java:[225] .get(Integer.valueOf(otherIndex)); ^^^ Discouraged access: The method 'LRUCache.get(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java:[230] other.fCompareFilterCache.put(Integer.valueOf(otherIndex), ^^^ Discouraged access: The method 'LRUCache.put(Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') 8 problems (8 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.compare --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.compare_3.8.100.v20210805-1512, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.compare --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.compare --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.compare --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.8.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.8.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare --- [INFO] MavenProject: org.eclipse.compare:org.eclipse.compare:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.compare --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.compare --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare --- [INFO] Skipped [INFO] [INFO] ---------< eclipse.platform.text:org.eclipse.ui.genericeditor >--------- [INFO] Building [bundle] Generic and Extensible Text Editor 1.2.0-SNAPSHOT [112/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.genericeditor --- [INFO] The project's OSGi version is 1.2.0.v20210129-1224 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.genericeditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.genericeditor --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.genericeditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.genericeditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.genericeditor --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.genericeditor --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.genericeditor_1.2.0.v20210129-1224, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.genericeditor --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.genericeditor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.genericeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/org.eclipse.ui.genericeditor-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.genericeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/org.eclipse.ui.genericeditor-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.genericeditor --- [INFO] MavenProject: eclipse.platform.text:org.eclipse.ui.genericeditor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/.polyglot.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:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.genericeditor --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.genericeditor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.genericeditor --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.debug:org.eclipse.debug.ui >--------------- [INFO] Building org.eclipse.debug.ui 3.15.100-SNAPSHOT [113/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.debug.ui --- [INFO] The project's OSGi version is 3.15.100.v20210812-1116 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.debug.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.debug.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.debug.ui --- [INFO] Compiling 856 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.debug.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.debug.ui_3.15.100.v20210812-1116, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.debug.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.debug.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.debug.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.15.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.15.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.ui --- [INFO] MavenProject: org.eclipse.debug:org.eclipse.debug.ui:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.debug.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.debug.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.ui --- [INFO] Skipped [INFO] [INFO] --------< eclipse.platform.debug:org.eclipse.ui.externaltools >--------- [INFO] Building [bundle] External Tools 3.5.100-SNAPSHOT [114/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.externaltools --- [INFO] The project's OSGi version is 3.5.100.v20210812-1118 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.externaltools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.externaltools --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.externaltools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.externaltools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.externaltools --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.externaltools --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.externaltools_3.5.100.v20210812-1118, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.externaltools --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.externaltools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.externaltools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.externaltools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.externaltools --- [INFO] MavenProject: eclipse.platform.debug:org.eclipse.ui.externaltools:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.externaltools --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.externaltools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.externaltools --- [INFO] Skipped [INFO] [INFO] -------------------< eclipse.jdt.ui:eclipse.jdt.ui >-------------------- [INFO] Building eclipse.jdt.ui 4.21.0-SNAPSHOT [115/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.jdt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.jdt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.jdt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.jdt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.jdt.ui --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.ui --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.ltk:org.eclipse.ltk.core.refactoring >---------- [INFO] Building org.eclipse.ltk.core.refactoring 3.12.0-SNAPSHOT [116/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.core.refactoring --- [INFO] The project's OSGi version is 3.12.0.v20210618-1953 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ltk.core.refactoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ltk.core.refactoring --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ltk.core.refactoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ltk.core.refactoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ltk.core.refactoring --- [INFO] Compiling 144 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ltk.core.refactoring --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ltk.core.refactoring_3.12.0.v20210618-1953, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ltk.core.refactoring --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ltk.core.refactoring --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ltk.core.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ltk.core.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.core.refactoring --- [INFO] MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ltk.core.refactoring --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ltk.core.refactoring --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.core.refactoring --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >---------- [INFO] Building org.eclipse.jdt.core.manipulation 1.15.0-SNAPSHOT [117/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.manipulation --- [INFO] The project's OSGi version is 1.15.0.v20210812-1539 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.manipulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.manipulation --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core.manipulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core.manipulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.core.manipulation --- [INFO] Compiling 455 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.manipulation --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.core.manipulation_1.15.0.v20210812-1539, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core.manipulation --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.core.manipulation --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.manipulation --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.manipulation --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.manipulation --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.core.manipulation --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.core.manipulation --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.manipulation --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.team:org.eclipse.team.ui >---------------- [INFO] Building org.eclipse.team.ui 3.9.100-SNAPSHOT [118/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.ui --- [INFO] The project's OSGi version is 3.9.100.v20210721-1306 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.team.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.team.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.team.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.team.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.team.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.team.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.team.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.team.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.team.ui --- [INFO] Compiling 345 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[100] import org.eclipse.ui.internal.ErrorEditorPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ErrorEditorPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[101] import org.eclipse.ui.internal.registry.EditorDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[1058] if (!(descriptor instanceof EditorDescriptor)) ^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[1061] EditorDescriptor desc = (EditorDescriptor) descriptor; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[1061] EditorDescriptor desc = (EditorDescriptor) descriptor; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[1062] String className = desc.getClassName(); ^^^^^^^^^^^^ Discouraged access: The method 'EditorDescriptor.getClassName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[1063] String contributor = desc.getPluginId(); ^^^^^^^^^^^ Discouraged access: The method 'EditorDescriptor.getPluginId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[1078] IEditorPart editor= desc.createEditor(); ^^^^^^^^^^^^ Discouraged access: The method 'EditorDescriptor.createEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[1108] if (part instanceof ErrorEditorPart) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'ErrorEditorPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') 10. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/ShowSynchronizeParticipantAction.java (at line 43) if (!fPage.equals(fView.getParticipant())) { ^^^^^^^^^^^^^^^^^^^^^^ Unlikely argument type for equals(): ISynchronizeParticipant seems to be unrelated to ISynchronizeParticipantReference [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java:[51] import org.eclipse.ui.internal.WorkbenchPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java:[296] WorkbenchPage workbenchPage = (WorkbenchPage) (page.getSite().getPage()); ^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java:[296] WorkbenchPage workbenchPage = (WorkbenchPage) (page.getSite().getPage()); ^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java:[297] workbenchPage.openEditorFromDescriptor(editorInput, editorDescriptor, true, null); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WorkbenchPage.openEditorFromDescriptor(IEditorInput, IEditorDescriptor, boolean, IMemento)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') 14 problems (0 errors, 13 warnings, 1 info) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.team.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.team.ui_3.9.100.v20210721-1306, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.team.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.team.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.team.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.team.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.team.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.ui --- [INFO] MavenProject: org.eclipse.team:org.eclipse.team.ui:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.team.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.team.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.ui --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.ltk:org.eclipse.ltk.ui.refactoring >----------- [INFO] Building org.eclipse.ltk.ui.refactoring 3.12.0-SNAPSHOT [119/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.ui.refactoring --- [INFO] The project's OSGi version is 3.12.0.v20210618-1953 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ltk.ui.refactoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ltk.ui.refactoring --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ltk.ui.refactoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ltk.ui.refactoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ltk.ui.refactoring --- [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ltk.ui.refactoring --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ltk.ui.refactoring --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ltk.ui.refactoring --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ltk.ui.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ltk.ui.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.ui.refactoring --- [INFO] MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ltk.ui.refactoring --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ltk.ui.refactoring --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.ui.refactoring --- [INFO] Skipped [INFO] [INFO] --------------< eclipse.platform.text:org.eclipse.search >-------------- [INFO] Building [bundle] Search Support 3.13.300-SNAPSHOT [120/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.search --- [INFO] The project's OSGi version is 3.13.300.v20210806-1124 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.search --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.search --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.search --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.search --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.search --- [INFO] Compiling 149 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.search --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.search_3.13.300.v20210806-1124, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.search --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.search --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.search --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.search --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/target/org.eclipse.search-3.13.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.search --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search/target/org.eclipse.search-3.13.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search --- [INFO] MavenProject: eclipse.platform.text:org.eclipse.search:3.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.search --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.search --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.ui:org.eclipse.ui.views.properties.tabbed >-------- [INFO] Building org.eclipse.ui.views.properties.tabbed 3.9.100-SNAPSHOT [121/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views.properties.tabbed --- [INFO] The project's OSGi version is 3.9.100.v20201223-1348 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views.properties.tabbed --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.views.properties.tabbed:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.ui:org.eclipse.ui.navigator.resources >------- [INFO] Building [bundle] Navigator Workbench Components 3.8.200-SNAPSHOT [122/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.navigator.resources --- [INFO] The project's OSGi version is 3.8.200.v20210803-2129 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.navigator.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.navigator.resources --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.navigator.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.navigator.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.navigator.resources --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.navigator.resources --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.navigator.resources_3.8.200.v20210803-2129, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.navigator.resources --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.navigator.resources --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.navigator.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.8.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.navigator.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.8.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.navigator.resources --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.navigator.resources:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.navigator.resources --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.navigator.resources --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.navigator.resources --- [INFO] Skipped [INFO] [INFO] -----------------< org.eclipse.jdt:org.eclipse.jdt.ui >----------------- [INFO] Building org.eclipse.jdt.ui 3.24.0-SNAPSHOT [123/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui --- [INFO] The project's OSGi version is 3.24.0.v20210823-0647 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.ui --- [INFO] Compiling 2027 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.ui_3.24.0.v20210823-0647, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.24.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.24.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.24.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.debug.ui >-------------- [INFO] Building org.eclipse.jdt.debug.ui 3.12.400-SNAPSHOT [124/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.ui --- [INFO] The project's OSGi version is 3.12.400.v20210816-1720 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.debug.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.debug.ui --- [INFO] Compiling 426 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.debug.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.debug.ui_3.12.400.v20210816-1720, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.debug.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.debug.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.12.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.12.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.ui --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.debug.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.debug.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug.ui --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.frameworkadmin >------- [INFO] Building org.eclipse.equinox.frameworkadmin 2.2.0-SNAPSHOT [125/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin --- [INFO] The project's OSGi version is 2.2.0.v20210315-2042 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.frameworkadmin --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.frameworkadmin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.frameworkadmin --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.frameworkadmin --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.frameworkadmin --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.frameworkadmin --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.frameworkadmin --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.equinox >--- [INFO] Building org.eclipse.equinox.frameworkadmin.equinox 1.2.100-SNAPSHOT [126/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] The project's OSGi version is 1.2.100.v20210703-1540 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.equinox:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator >----- [INFO] Building org.eclipse.equinox.simpleconfigurator 1.4.0-SNAPSHOT [127/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.simpleconfigurator --- [INFO] The project's OSGi version is 1.4.0.v20210315-2228 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.simpleconfigurator --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator.manipulator >-- [INFO] Building org.eclipse.equinox.simpleconfigurator.manipulator 2.2.0-SNAPSHOT [128/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] The project's OSGi version is 2.2.0.v20210315-2228 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator.manipulator:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit.runtime >------------ [INFO] Building org.eclipse.jdt.junit.runtime 3.6.100-SNAPSHOT [129/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.runtime --- [INFO] The project's OSGi version is 3.6.100.v20210708-1502 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.junit.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.junit.runtime --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.junit.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.junit.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.junit.runtime --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.junit.runtime --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.junit.runtime --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.junit.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.junit.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.6.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.6.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.runtime --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.junit.runtime --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.junit.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.runtime --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.junit.core >------------- [INFO] Building org.eclipse.jdt.junit.core 3.11.0-SNAPSHOT [130/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.core --- [INFO] The project's OSGi version is 3.11.0.v20210629-0111 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.junit.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.junit.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.junit.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.junit.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.junit.core --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.junit.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.junit.core_3.11.0.v20210629-0111, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.junit.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.junit.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.junit.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.core --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.junit.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.junit.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.core --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.junit >---------------- [INFO] Building org.eclipse.jdt.junit 3.13.0-SNAPSHOT [131/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit --- [INFO] The project's OSGi version is 3.13.0.v20210811-0812 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.junit --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.junit --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.junit --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.junit_3.13.0.v20210811-0812, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.junit --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.junit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.junit --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.junit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit --- [INFO] Skipped [INFO] [INFO] -----------------< org.eclipse.ant:org.eclipse.ant.ui >----------------- [INFO] Building org.eclipse.ant.ui 3.8.0-SNAPSHOT [132/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.ui --- [INFO] The project's OSGi version is 3.8.0.v20210415-1314 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.ui --- [INFO] Compiling 258 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/lib/antrunner.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ant.ui_3.8.0.v20210415-1314, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/lib/antrunner.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ant.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ant.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/lib/antrunner.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.ui --- [INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.ui:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ant.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ant.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.ui --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.annotation >------------- [INFO] Building org.eclipse.jdt.annotation 1.2.0-SNAPSHOT [133/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.annotation --- [INFO] The project's OSGi version is 1.2.0.v20210519-0438 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.annotation --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.annotation --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.annotation --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.annotation_1.2.0.v20210519-0438, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.annotation --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.annotation --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.annotation --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.annotation --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.annotation --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.annotation --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.annotation --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.annotation --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.apt.core >-------------- [INFO] Building org.eclipse.jdt.apt.core 3.7.0-SNAPSHOT [134/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.core --- [INFO] The project's OSGi version is 3.7.0.v20210623-1209 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.apt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.apt.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.apt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.apt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.apt.core --- [INFO] Compiling 166 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.apt.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.apt.core_3.7.0.v20210623-1209, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.apt.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.apt.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.apt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.core --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.apt.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.apt.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.core --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.compiler.tool >------------ [INFO] Building org.eclipse.jdt.compiler.tool 1.3.0-SNAPSHOT [135/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.compiler.tool --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.tool --- [INFO] The project's OSGi version is 1.3.0.v20210726-1148 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.tool --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.tool --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.tool --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.compiler.tool --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.compiler.tool --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.tool --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.compiler.tool --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.compiler.tool --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.compiler.tool --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (update-ecj) @ org.eclipse.jdt.compiler.tool --- [INFO] Executing tasks [WARNING] [echo] UPDATE /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT-batch-compiler.jar [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/tempbin [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT-batch-compiler.jar into /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/tempbin [INFO] [zip] Updating zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT-batch-compiler.jar [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/tempbin [INFO] Executed tasks [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.compiler.tool --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.compiler.tool_1.3.0.v20210726-1148, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.tool --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.compiler.tool --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.compiler.tool --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.tool --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/org.eclipse.jdt.compiler.tool-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.tool --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/org.eclipse.jdt.compiler.tool-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.tool --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.compiler.tool --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.compiler.tool --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.tool --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.jdt:org.eclipse.jdt.compiler.apt >------------ [INFO] Building org.eclipse.jdt.compiler.apt 1.4.0-SNAPSHOT [136/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.compiler.apt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.apt --- [INFO] The project's OSGi version is 1.4.0.v20210708-0430 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.apt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.apt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.apt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.compiler.apt --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.compiler.apt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.apt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.compiler.apt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.compiler.apt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.compiler.apt --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/target/classes [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (natives) @ org.eclipse.jdt.compiler.apt --- [INFO] Executing tasks [WARNING] [echo] UPDATE /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT-batch-compiler.jar [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/tempbin [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT-batch-compiler.jar into /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/tempbin [INFO] [zip] Updating zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.27.0-SNAPSHOT-batch-compiler.jar [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/tempbin [INFO] Executed tasks [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.compiler.apt --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.compiler.apt_1.4.0.v20210708-0430, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.apt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.compiler.apt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.compiler.apt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.apt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/target/org.eclipse.jdt.compiler.apt-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.apt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/target/org.eclipse.jdt.compiler.apt-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.apt --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.compiler.apt --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.compiler.apt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.apt --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core >--------- [INFO] Building org.eclipse.jdt.apt.pluggable.core 1.3.0-SNAPSHOT [137/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] The project's OSGi version is 1.3.0.v20210618-1653 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.apt.ui >--------------- [INFO] Building org.eclipse.jdt.apt.ui 3.7.0-SNAPSHOT [138/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.apt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.apt.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.apt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.apt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.apt.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') 27 problems (27 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.apt.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.apt.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.apt.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.apt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.apt.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.apt.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.ui --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.formatterapp >---------- [INFO] Building org.eclipse.jdt.core.formatterapp 1.1.0-SNAPSHOT [139/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.formatterapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.formatterapp --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core.formatterapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core.formatterapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.core.formatterapp --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.formatterapp --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core.formatterapp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.core.formatterapp --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.formatterapp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.formatterapp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.core.formatterapp --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.core.formatterapp --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.formatterapp --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.p2.director >--------- [INFO] Building org.eclipse.equinox.p2.director 2.5.100-SNAPSHOT [140/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.director --- [INFO] The project's OSGi version is 2.5.100.v20210813-0606 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.director --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.director --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.director --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.director --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.director --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.director --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.director_2.5.100.v20210813-0606, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.director --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.director --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.director --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/org.eclipse.equinox.p2.director-2.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.director --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/org.eclipse.equinox.p2.director-2.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.director --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.director:2.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.director --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.director --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.director --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.p2.director.app >------- [INFO] Building org.eclipse.equinox.p2.director.app 1.2.0-SNAPSHOT [141/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.director.app --- [INFO] The project's OSGi version is 1.2.0.v20210315-2042 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.director.app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.director.app --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.director.app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.director.app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.director.app --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/ant_tasks/director-ant.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.director.app --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/ant_tasks/director-ant.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.director.app --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.director.app --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.director.app --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.director.app --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/ant_tasks/director-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.director.app --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.director.app:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.director.app --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.director.app --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.director.app --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.p2.garbagecollector >----- [INFO] Building org.eclipse.equinox.p2.garbagecollector 1.2.0-SNAPSHOT [142/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] The project's OSGi version is 1.2.0.v20210316-1209 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/org.eclipse.equinox.p2.garbagecollector-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/org.eclipse.equinox.p2.garbagecollector-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.garbagecollector:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.p2.publisher >-------- [INFO] Building org.eclipse.equinox.p2.publisher 1.6.100-SNAPSHOT [143/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.publisher --- [INFO] The project's OSGi version is 1.6.100.v20210723-0757 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.publisher --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.publisher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.publisher --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.publisher --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.publisher_1.6.100.v20210723-0757, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.publisher --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.publisher --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/org.eclipse.equinox.p2.publisher-1.6.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/org.eclipse.equinox.p2.publisher-1.6.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.publisher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.publisher:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.publisher --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.publisher --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.publisher --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.p2.publisher.eclipse >---- [INFO] Building org.eclipse.equinox.p2.publisher.eclipse 1.4.1-SNAPSHOT [144/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] The project's OSGi version is 1.4.1.v20210812-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/ant_tasks/pdepublishing-ant.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/ant_tasks/pdepublishing-ant.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/ant_tasks/pdepublishing-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.publisher.eclipse:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.p2.repository.tools >----- [INFO] Building org.eclipse.equinox.p2.repository.tools 2.3.0-SNAPSHOT [145/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.repository.tools --- [INFO] The project's OSGi version is 2.3.0.v20210325-0750 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java:[131] IStatus status = ChecksumUtilities.calculateChecksums(artifactFile, checksums, checksumsToSkip); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChecksumUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java:[131] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java:[136] Map checksumsToProperties = ChecksumUtilities ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChecksumUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java:[137] .checksumsToProperties(IArtifactDescriptor.DOWNLOAD_CHECKSUM, checksums); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ChecksumUtilities.checksumsToProperties(String, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/lib/repository-tools-ant.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/lib/repository-tools-ant.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/lib/repository-tools-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.repository.tools --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.repository.tools:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.p2.touchpoint.eclipse >---- [INFO] Building org.eclipse.equinox.p2.touchpoint.eclipse 2.3.100-SNAPSHOT [146/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] The project's OSGi version is 2.3.100.v20210615-1334 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.touchpoint.eclipse:2.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.p2.updatesite >-------- [INFO] Building org.eclipse.equinox.p2.updatesite 1.2.100-SNAPSHOT [147/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.updatesite --- [INFO] The project's OSGi version is 1.2.100.v20210813-0606 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.updatesite --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.updatesite --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.updatesite --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.updatesite_1.2.100.v20210813-0606, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.updatesite --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.updatesite --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.updatesite --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/org.eclipse.equinox.p2.updatesite-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.updatesite --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/org.eclipse.equinox.p2.updatesite-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.updatesite --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.updatesite:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.updatesite --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.updatesite --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.updatesite --- [INFO] Skipped [INFO] [INFO] ----------------< eclipse.pde.build:eclipse.pde.build >----------------- [INFO] Building eclipse.pde.build 4.21.0-SNAPSHOT [148/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.pde.build --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.pde.build --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.pde.build --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.pde.build --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.pde.build --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.build --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.build >---------------- [INFO] Building org.eclipse.pde.build 3.11.0-SNAPSHOT [149/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.build --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.build --- [INFO] The project's OSGi version is 3.11.0.v20210429-0618 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.build --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.build --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.build --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.build --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.build --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.build --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.build --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.build --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.build --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target/pdebuild.jar-classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[221] script.printAttribute(VERSION, feature.getVersion(), true); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[226] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[230] script.printAttribute(VERSION, rootProvider.getVersion(), true); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[256] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[621] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[621] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[638] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[638] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[648] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[648] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') 645 problems (645 warnings) [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target/lib/pdebuild-ant.jar-classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[320] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[320] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[320] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[325] results.set(i, new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[325] results.set(i, new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointData(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[331] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[331] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[331] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointInstruction(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[334] results.add(new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[334] results.add(new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointData(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[344] result.add(new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[344] result.add(new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointData(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[349] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[349] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[355] return new TouchpointInstruction(body, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[355] return new TouchpointInstruction(body, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointInstruction(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') 92 problems (92 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.build --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.build_3.11.0.v20210429-0618, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target/pdebuild.jar-classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target/lib/pdebuild-ant.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.build --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.build --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.build --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.build --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.build --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/pdebuild.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/lib/pdebuild-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.build --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.build --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.build --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.build --- [INFO] Skipped [INFO] [INFO] -------------------< eclipse.pde.ui:eclipse.pde.ui >-------------------- [INFO] Building eclipse.pde.ui 4.21.0-SNAPSHOT [150/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.pde.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.pde.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.pde.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.pde.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.pde.ui --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.ui --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.pde:org.eclipse.pde.core >---------------- [INFO] Building org.eclipse.pde.core 3.14.400-SNAPSHOT [151/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.core --- [INFO] The project's OSGi version is 3.14.400.v20210812-0807 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.core --- [INFO] Compiling 540 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[48] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[49] import org.eclipse.jdt.internal.compiler.util.JRTUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JRTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[50] import org.eclipse.jdt.internal.core.builder.ClasspathJrt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[51] import org.eclipse.jdt.internal.core.builder.ClasspathLocation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[426] File jrtPath = new File(vm.getInstallLocation(), "lib/" + JRTUtil.JRT_FS_JAR); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JRTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[426] File jrtPath = new File(vm.getInstallLocation(), "lib/" + 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[427] ClasspathJrt jrt = ClasspathLocation.forJrtSystem(jrtPath.toString(), null, null, release); ^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[427] ClasspathJrt jrt = ClasspathLocation.forJrtSystem(jrtPath.toString(), null, null, release); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[427] ClasspathJrt jrt = ClasspathLocation.forJrtSystem(jrtPath.toString(), null, null, release); ^^^^^^^^^^^^ Discouraged access: The method 'ClasspathLocation.forJrtSystem(String, AccessRuleSet, IPath, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[428] for (String moduleName : jrt.getModuleNames(null)) { ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathJrt.getModuleNames(Collection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[429] for (IPackageExport packageExport : jrt.getModule(moduleName).exports()) { ^^^^^^^^^^^^^^ Discouraged access: The type 'IModule.IPackageExport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[429] for (IPackageExport packageExport : jrt.getModule(moduleName).exports()) { ^^^^^^^^^ Discouraged access: The method 'ClasspathJrt.getModule(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[429] for (IPackageExport packageExport : jrt.getModule(moduleName).exports()) { ^^^^^^^ Discouraged access: The method 'IModule.exports()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[430] if (!packageExport.isQualified()) { ^^^^^^^^^^^ Discouraged access: The method 'IModule.IPackageExport.isQualified()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java:[431] packages.add(new String(packageExport.name())); ^^^^ Discouraged access: The method 'IModule.IPackageExport.name()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[32] import org.eclipse.equinox.p2.internal.repository.tools.Repo2Runnable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Repo2Runnable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[33] import org.eclipse.equinox.p2.internal.repository.tools.RepositoryDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepositoryDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[237] private RepositoryDescriptor createRepoDescriptor(URI location, String name, String kind) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepositoryDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[238] RepositoryDescriptor result = new RepositoryDescriptor(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepositoryDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[238] RepositoryDescriptor result = new RepositoryDescriptor(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepositoryDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[238] RepositoryDescriptor result = new RepositoryDescriptor(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'RepositoryDescriptor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[239] result.setLocation(location); ^^^^^^^^^^^ Discouraged access: The method 'RepositoryDescriptor.setLocation(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[240] result.setKind(kind); ^^^^^^^ Discouraged access: The method 'RepositoryDescriptor.setKind(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[241] result.setName(name); ^^^^^^^ Discouraged access: The method 'RepositoryDescriptor.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[243] result.setAppend(false); ^^^^^^^^^ Discouraged access: The method 'RepositoryDescriptor.setAppend(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[249] Repo2Runnable exporter = new Repo2Runnable(); ^^^^^^^^^^^^^ Discouraged access: The type 'Repo2Runnable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[249] Repo2Runnable exporter = new Repo2Runnable(); ^^^^^^^^^^^^^ Discouraged access: The type 'Repo2Runnable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[249] Repo2Runnable exporter = new Repo2Runnable(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'Repo2Runnable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[250] exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_METADATA)); ^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractApplication.addDestination(RepositoryDescriptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[250] exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_METADATA)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepositoryDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[250] exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_METADATA)); ^^^^^^^^^^^^^ Discouraged access: The field 'RepositoryDescriptor.KIND_METADATA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[251] exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_ARTIFACT)); ^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractApplication.addDestination(RepositoryDescriptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[251] exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_ARTIFACT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepositoryDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[251] exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_ARTIFACT)); ^^^^^^^^^^^^^ Discouraged access: The field 'RepositoryDescriptor.KIND_ARTIFACT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[252] exporter.addSource(createRepoDescriptor(P2TargetUtils.getBundlePool().getLocation(), null, RepositoryDescriptor.KIND_ARTIFACT)); ^^^^^^^^^ Discouraged access: The method 'AbstractApplication.addSource(RepositoryDescriptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[252] exporter.addSource(createRepoDescriptor(P2TargetUtils.getBundlePool().getLocation(), null, RepositoryDescriptor.KIND_ARTIFACT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepositoryDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[252] exporter.addSource(createRepoDescriptor(P2TargetUtils.getBundlePool().getLocation(), null, RepositoryDescriptor.KIND_ARTIFACT)); ^^^^^^^^^^^^^ Discouraged access: The field 'RepositoryDescriptor.KIND_ARTIFACT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[262] exporter.setSourceIUs(toExport); ^^^^^^^^^^^^ Discouraged access: The method 'AbstractApplication.setSourceIUs(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[263] exporter.run(monitor); ^^^ Discouraged access: The method 'Repo2Runnable.run(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[44] import org.eclipse.equinox.internal.p2.engine.DownloadManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DownloadManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[45] import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstallableUnitOperand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[46] import org.eclipse.equinox.internal.p2.engine.InstallableUnitPhase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstallableUnitPhase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[47] import org.eclipse.equinox.internal.p2.engine.Phase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Phase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[48] import org.eclipse.equinox.internal.p2.engine.PhaseSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PhaseSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[49] import org.eclipse.equinox.internal.p2.engine.Profile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Profile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[50] import org.eclipse.equinox.internal.p2.engine.ProfileMetadataRepository; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileMetadataRepository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[51] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[52] import org.eclipse.equinox.internal.p2.engine.phases.Configure; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Configure' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[53] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[54] import org.eclipse.equinox.internal.p2.engine.phases.Property; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Property' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[55] import org.eclipse.equinox.internal.p2.engine.phases.Uninstall; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Uninstall' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1074] ArrayList phases = new ArrayList<>(4); ^^^^^ Discouraged access: The type 'Phase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1075] phases.add(new Collect(100)); ^^^^^^^ Discouraged access: The type 'Collect' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1075] phases.add(new Collect(100)); ^^^^^^^ Discouraged access: The constructor 'Collect(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1076] phases.add(new Property(1)); ^^^^^^^^ Discouraged access: The type 'Property' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1076] phases.add(new Property(1)); ^^^^^^^^ Discouraged access: The constructor 'Property(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1077] phases.add(new Uninstall(50, true)); ^^^^^^^^^ Discouraged access: The type 'Uninstall' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1077] phases.add(new Uninstall(50, true)); ^^^^^^^^^ Discouraged access: The constructor 'Uninstall(int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1078] phases.add(new Install(50)); ^^^^^^^ Discouraged access: The type 'Install' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1078] phases.add(new Install(50)); ^^^^^^^ Discouraged access: The constructor 'Install(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1081] phases.add(new Configure(100)); ^^^^^^^^^ Discouraged access: The type 'Configure' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1081] phases.add(new Configure(100)); ^^^^^^^^^ Discouraged access: The constructor 'Configure(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1084] return new PhaseSet(phases.toArray(new Phase[phases.size()])); ^^^^^^^^ Discouraged access: The type 'PhaseSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1084] return new PhaseSet(phases.toArray(new Phase[phases.size()])); ^^^^^^^^ Discouraged access: The constructor 'PhaseSet(Phase[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1084] return new PhaseSet(phases.toArray(new Phase[phases.size()])); ^^^^^ Discouraged access: The type 'Phase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1410] ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileMetadataRepository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1410] ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileMetadataRepository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1410] ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileMetadataRepository(IProvisioningAgent, URI, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1411] Collection repos = profileRepo.getReferences(); ^^^^^^^^^^^^^ Discouraged access: The method 'ProfileMetadataRepository.getReferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1492] InstallableUnitOperand operand = (InstallableUnitOperand) parameters.get(PARM_OPERAND); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstallableUnitOperand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1492] InstallableUnitOperand operand = (InstallableUnitOperand) parameters.get(PARM_OPERAND); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstallableUnitOperand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1493] IInstallableUnit installableUnit = operand.second(); ^^^^^^ Discouraged access: The method 'InstallableUnitOperand.second()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1527] protected static class CollectNativesPhase extends InstallableUnitPhase { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstallableUnitPhase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1529] super(NATIVE_ARTIFACTS, weight); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'InstallableUnitPhase(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1533] protected List getActions(InstallableUnitOperand operand) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstallableUnitOperand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1534] IInstallableUnit unit = operand.second(); ^^^^^^ Discouraged access: The method 'InstallableUnitOperand.second()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1546] parameters.put(PARM_PROFILE, profile); ^^^^^^^^^^^^ Discouraged access: The field 'Phase.PARM_PROFILE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1554] ProvisioningContext context = (ProvisioningContext) parameters.get(PARM_CONTEXT); ^^^^^^^^^^^^ Discouraged access: The field 'Phase.PARM_CONTEXT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1555] IProvisioningAgent agent = (IProvisioningAgent) parameters.get(PARM_AGENT); ^^^^^^^^^^ Discouraged access: The field 'Phase.PARM_AGENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1556] DownloadManager dm = new DownloadManager(context, agent); ^^^^^^^^^^^^^^^ Discouraged access: The type 'DownloadManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1556] DownloadManager dm = new DownloadManager(context, agent); ^^^^^^^^^^^^^^^ Discouraged access: The type 'DownloadManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1556] DownloadManager dm = new DownloadManager(context, agent); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DownloadManager(ProvisioningContext, IProvisioningAgent)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1558] dm.add(iArtifactRequest); ^^^ Discouraged access: The method 'DownloadManager.add(IArtifactRequest)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java:[1560] return dm.start(monitor); ^^^^^ Discouraged access: The method 'DownloadManager.start(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java:[39] import org.eclipse.equinox.internal.p2.engine.EngineActivator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EngineActivator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java:[375] profilePath = profilePath.append(EngineActivator.ID).append("profileRegistry").append(profileName + ".profile"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EngineActivator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java:[375] profilePath = profilePath.append(EngineActivator.ID).append("profileRegistry").append(profileName + ".profile"); //$NON-NLS-1$ //$NON-NLS-2$ ^^ Discouraged access: The field 'EngineActivator.ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') 87 problems (87 warnings) [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/ant_tasks/pde-ant.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.core_3.14.400.v20210812-0807, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/ant_tasks/pde-ant.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.14.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/ant_tasks/pde-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.14.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.core --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.core:3.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.core --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.concurrent >--------- [INFO] Building org.eclipse.equinox.concurrent 1.2.0-SNAPSHOT [152/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.concurrent --- [INFO] The project's OSGi version is 1.2.0.v20210202-1157 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.concurrent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.concurrent --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.concurrent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.concurrent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.concurrent --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.concurrent --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.concurrent_1.2.0.v20210202-1157, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.concurrent --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.concurrent --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.concurrent --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.concurrent --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.concurrent --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.concurrent/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.concurrent --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.concurrent --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.concurrent --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.update:org.eclipse.update.configurator >--------- [INFO] Building org.eclipse.update.configurator 3.4.800-SNAPSHOT [153/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.update.configurator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.update.configurator --- [INFO] The project's OSGi version is 3.4.800.v20210415-1314 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.update.configurator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.update.configurator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.update.configurator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.update.configurator --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.update.configurator --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.update.configurator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.update.configurator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.update.configurator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.update.configurator --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.update.configurator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.update.configurator --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.update.configurator --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.update.configurator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.update.configurator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.4.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.update.configurator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.4.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.update.configurator --- [INFO] MavenProject: org.eclipse.update:org.eclipse.update.configurator:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.update.configurator --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.update.configurator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.update.configurator --- [INFO] Skipped [INFO] [INFO] ----------< eclipse.platform.common:eclipse.platform.common >----------- [INFO] Building eclipse.platform.common 4.21.0-SNAPSHOT [154/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.common --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.common --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.common --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.common --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.platform.doc.isv >---------- [INFO] Building org.eclipse.platform.doc.isv 4.21.0-SNAPSHOT [155/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.isv --- [INFO] The project's OSGi version is 4.21.0.v20210903-1720 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.platform.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.platform.doc.isv --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.platform.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.platform.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (copy) @ org.eclipse.platform.doc.isv --- [INFO] Copying com.ibm.icu-67.1.0.v20200706-1749.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/com.ibm.icu-67.1.0.v20200706-1749.jar [INFO] Copying com.jcraft.jsch-0.1.55.v20190404-1902.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/com.jcraft.jsch-0.1.55.v20190404-1902.jar [INFO] Copying jakarta.servlet-api-4.0.0.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/jakarta.servlet-api-4.0.0.jar [INFO] Copying javax.annotation-1.3.5.v20200909-1856.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/javax.annotation-1.3.5.v20200909-1856.jar [INFO] Copying org.eclipse.osgi-3.17.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.osgi-3.17.0-SNAPSHOT.jar [INFO] Copying javax.el-2.2.0.v201303151357.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/javax.el-2.2.0.v201303151357.jar [INFO] Copying javax.servlet.jsp-2.2.0.v201112011158.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/javax.servlet.jsp-2.2.0.v201112011158.jar [INFO] Copying ant-antlr.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-antlr.jar.jar [INFO] Copying ant-apache-bcel.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-bcel.jar.jar [INFO] Copying ant-apache-bsf.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-bsf.jar.jar [INFO] Copying ant-apache-log4j.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-log4j.jar.jar [INFO] Copying ant-apache-oro.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-oro.jar.jar [INFO] Copying ant-apache-regexp.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-regexp.jar.jar [INFO] Copying ant-apache-resolver.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-resolver.jar.jar [INFO] Copying ant-apache-xalan2.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-xalan2.jar.jar [INFO] Copying ant-commons-logging.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-commons-logging.jar.jar [INFO] Copying ant-commons-net.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-commons-net.jar.jar [INFO] Copying ant-imageio.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-imageio.jar.jar [INFO] Copying ant-jai.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jai.jar.jar [INFO] Copying ant-javamail.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-javamail.jar.jar [INFO] Copying ant-jdepend.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jdepend.jar.jar [INFO] Copying ant-jmf.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jmf.jar.jar [INFO] Copying ant-jsch.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jsch.jar.jar [INFO] Copying ant-junit.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-junit.jar.jar [INFO] Copying ant-junit4.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-junit4.jar.jar [INFO] Copying ant-junitlauncher.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-junitlauncher.jar.jar [INFO] Copying ant-launcher.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-launcher.jar.jar [INFO] Copying ant-netrexx.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-netrexx.jar.jar [INFO] Copying ant-swing.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-swing.jar.jar [INFO] Copying ant-testutil.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-testutil.jar.jar [INFO] Copying ant-xz.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-xz.jar.jar [INFO] Copying ant.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant.jar.jar [INFO] Copying org.apache.batik.constants-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.batik.constants-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.batik.css-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.batik.css-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.batik.util-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.batik.util-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.batik.i18n-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.batik.i18n-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.xmlgraphics-2.6.0.v20210409-0748.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.xmlgraphics-2.6.0.v20210409-0748.jar [INFO] Copying org.w3c.dom.svg-1.1.0.v201011041433.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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.v20200818-1422.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.commons.codec-1.14.0.v20200818-1422.jar [INFO] Copying org.apache.commons.io-2.8.0.v20210415-0900.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.commons.io-2.8.0.v20210415-0900.jar [INFO] Copying org.apache.commons.logging-1.2.0.v20180409-1502.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.commons.logging-1.2.0.v20180409-1502.jar [INFO] Copying org.apache.felix.scr-2.1.24.v20200924-1939.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.felix.scr-2.1.24.v20200924-1939.jar [INFO] Copying org.eclipse.osgi.services-3.10.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.osgi.services-3.10.200-SNAPSHOT.jar [INFO] Copying org.eclipse.osgi.util-3.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.osgi.util-3.6.100-SNAPSHOT.jar [INFO] Copying org.apache.httpcomponents.httpclient-4.5.13.v20210128-2225.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.httpcomponents.httpclient-4.5.13.v20210128-2225.jar [INFO] Copying org.apache.httpcomponents.httpcore-4.4.14.v20210128-2225.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.httpcomponents.httpcore-4.4.14.v20210128-2225.jar [INFO] Copying org.apache.jasper.glassfish-2.2.2.v201501141630.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.analyzers-common-8.4.1.v20200122-1459.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.lucene.analyzers-common-8.4.1.v20200122-1459.jar [INFO] Copying org.apache.lucene.core-8.4.1.v20200122-1459.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.lucene.core-8.4.1.v20200122-1459.jar [INFO] Copying org.apache.lucene.analyzers-smartcn-8.4.1.v20200122-1459.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.lucene.analyzers-smartcn-8.4.1.v20200122-1459.jar [INFO] Copying org.bouncycastle.bcpg-1.69.0.v20210713-1924.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.bouncycastle.bcpg-1.69.0.v20210713-1924.jar [INFO] Copying org.bouncycastle.bcprov-1.69.0.v20210713-1924.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.bouncycastle.bcprov-1.69.0.v20210713-1924.jar [INFO] Copying org.eclipse.ant.core-3.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ant.core-3.6.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.variables-3.5.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.variables-3.5.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.runtime-3.23.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.runtime-3.23.0-SNAPSHOT.jar [INFO] Copying org.eclipse.compare.core-3.6.1000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.compare.core-3.6.1000-SNAPSHOT.jar [INFO] Copying org.eclipse.core.commands-3.10.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.commands-3.10.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.common-3.15.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.common-3.15.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.contenttype-3.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.contenttype-3.8.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.preferences-3.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.preferences-3.9.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.registry-3.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.registry-3.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.expressions-3.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.expressions-3.8.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filebuffers-3.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.filebuffers-3.7.0-SNAPSHOT.jar [INFO] Copying org.eclipse.text-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.text-3.12.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filesystem-1.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.filesystem-1.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.jobs-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.jobs-3.12.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.resources-3.15.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.resources-3.15.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.app-1.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.app-1.6.0-SNAPSHOT.jar [INFO] Copying org.eclipse.debug.core-3.18.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.debug.core-3.18.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.contexts-1.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.e4.core.contexts-1.9.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.e4.core.di-1.8.0-SNAPSHOT.jar [INFO] Copying javax.inject-1.0.0.v20091030.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/javax.inject-1.0.0.v20091030.jar [INFO] Copying org.eclipse.e4.core.di.annotations-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.e4.core.di.annotations-1.7.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.services-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.e4.core.services-2.3.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ecf-3.9.102.v20210409-2301.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ecf-3.9.102.v20210409-2301.jar [INFO] Copying org.eclipse.ecf.identity-3.9.402.v20210409-2301.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.concurrent-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ecf.filetransfer-5.1.102.v20210409-2301.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.700.v20210618-0642.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ecf.provider.filetransfer-3.2.700.v20210618-0642.jar [INFO] Copying org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.401.v20210512-0614.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.401.v20210512-0614.jar [INFO] Copying org.eclipse.ecf.provider.filetransfer.ssl-1.0.201.v20210409-2301.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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.23.0.v20210618-0700.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.emf.common-2.23.0.v20210618-0700.jar [INFO] Copying org.eclipse.emf.ecore-2.25.0.v20210816-0937.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.emf.ecore-2.25.0.v20210816-0937.jar [INFO] Copying org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar [INFO] Copying org.eclipse.equinox.frameworkadmin-2.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.frameworkadmin-2.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.frameworkadmin.equinox-1.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.frameworkadmin.equinox-1.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.artifact.repository-1.4.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.artifact.repository-1.4.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata-2.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.metadata-2.6.100-SNAPSHOT.jar [INFO] Copying org.tukaani.xz-1.9.0.v20210624-1259.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.tukaani.xz-1.9.0.v20210624-1259.jar [INFO] Copying org.eclipse.equinox.p2.core-2.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.core-2.8.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.jarprocessor-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.jarprocessor-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository-2.5.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.repository-2.5.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.director-2.5.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.director-2.5.100-SNAPSHOT.jar [INFO] Copying org.sat4j.core-2.3.5.v201308161310.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.sat4j.core-2.3.5.v201308161310.jar [INFO] Copying org.sat4j.pb-2.3.5.v201404071733.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.sat4j.pb-2.3.5.v201404071733.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator-1.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.simpleconfigurator-1.4.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.engine-2.7.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.engine-2.7.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.director.app-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.director.app-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata.repository-1.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.metadata.repository-1.4.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.garbagecollector-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.garbagecollector-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher-1.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.publisher-1.6.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher.eclipse-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.publisher.eclipse-1.4.1-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.security-1.3.700-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.security-1.3.700-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository.tools-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.repository.tools-2.3.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.touchpoint.eclipse-2.3.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.100-SNAPSHOT.jar [INFO] Copying org.eclipse.help-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.27.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jdt.core-3.27.0-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.debug-3.18.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jdt.debug-3.18.0-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.launching-3.19.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jdt.launching-3.19.300-SNAPSHOT.jar [INFO] Copying org.eclipse.jetty.http-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jetty.http-10.0.6.jar [INFO] Copying org.eclipse.jetty.io-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jetty.io-10.0.6.jar [INFO] Copying org.eclipse.jetty.util-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jetty.util-10.0.6.jar [INFO] Copying org.slf4j.api-1.7.30.v20200204-2150.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.slf4j.api-1.7.30.v20200204-2150.jar [INFO] Copying org.eclipse.jetty.security-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jetty.security-10.0.6.jar [INFO] Copying org.eclipse.jetty.server-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jetty.server-10.0.6.jar [INFO] Copying org.eclipse.jetty.servlet-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jetty.servlet-10.0.6.jar [INFO] Copying org.eclipse.pde.build-3.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.pde.build-3.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.pde.core-3.14.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.pde.core-3.14.400-SNAPSHOT.jar [INFO] Copying org.eclipse.team.core-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.team.core-3.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.update.configurator-3.4.800-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.update.configurator-3.4.800-SNAPSHOT.jar [INFO] Copying org.w3c.dom.smil-1.0.1.v200903091627.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.w3c.dom.smil-1.0.1.v200903091627.jar [INFO] Copying org.apache.commons.jxpath-1.3.0.v200911051830.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.commons.jxpath-1.3.0.v200911051830.jar [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (dont_skip_me) @ org.eclipse.platform.doc.isv --- [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (64.42kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (270.25kB) [INFO] Fetching org.eclipse.help.base_4.3.400.v20210901-1800.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210901-1800/plugins/ (432.52kB) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (94.06kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work/ Framework located: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar Framework classpath: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar Debug options: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/.options not found Time to load bundles: 292 Starting application: 1096 Application started in : 1101ms Apache Ant(TM) version 1.10.11 compiled on July 10 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 BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 37 seconds [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.platform.doc.isv --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.platform.doc.isv --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.platform.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/org.eclipse.platform.doc.isv-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform.doc.isv --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.platform.doc.isv --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.platform.doc.isv --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform.doc.isv --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.doc.isv >--------------- [INFO] Building org.eclipse.jdt.doc.isv 3.14.1300-SNAPSHOT [156/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.doc.isv --- [INFO] The project's OSGi version is 3.14.1300.v20210903-1720 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.doc.isv --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (copy) @ org.eclipse.jdt.doc.isv --- [INFO] Copying com.ibm.icu-67.1.0.v20200706-1749.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/com.ibm.icu-67.1.0.v20200706-1749.jar [INFO] Copying javax.annotation-1.3.5.v20200909-1856.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/javax.annotation-1.3.5.v20200909-1856.jar [INFO] Copying org.eclipse.osgi-3.17.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.osgi-3.17.0-SNAPSHOT.jar [INFO] Copying ant-antlr.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-antlr.jar.jar [INFO] Copying ant-apache-bcel.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-bcel.jar.jar [INFO] Copying ant-apache-bsf.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-bsf.jar.jar [INFO] Copying ant-apache-log4j.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-log4j.jar.jar [INFO] Copying ant-apache-oro.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-oro.jar.jar [INFO] Copying ant-apache-regexp.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-regexp.jar.jar [INFO] Copying ant-apache-resolver.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-resolver.jar.jar [INFO] Copying ant-apache-xalan2.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-xalan2.jar.jar [INFO] Copying ant-commons-logging.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-commons-logging.jar.jar [INFO] Copying ant-commons-net.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-commons-net.jar.jar [INFO] Copying ant-imageio.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-imageio.jar.jar [INFO] Copying ant-jai.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jai.jar.jar [INFO] Copying ant-javamail.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-javamail.jar.jar [INFO] Copying ant-jdepend.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jdepend.jar.jar [INFO] Copying ant-jmf.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jmf.jar.jar [INFO] Copying ant-jsch.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jsch.jar.jar [INFO] Copying ant-junit.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-junit.jar.jar [INFO] Copying ant-junit4.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-junit4.jar.jar [INFO] Copying ant-junitlauncher.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-junitlauncher.jar.jar [INFO] Copying ant-launcher.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-launcher.jar.jar [INFO] Copying ant-netrexx.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-netrexx.jar.jar [INFO] Copying ant-swing.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-swing.jar.jar [INFO] Copying ant-testutil.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-testutil.jar.jar [INFO] Copying ant-xz.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-xz.jar.jar [INFO] Copying ant.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant.jar.jar [INFO] Copying org.apache.felix.scr-2.1.24.v20200924-1939.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.felix.scr-2.1.24.v20200924-1939.jar [INFO] Copying org.eclipse.osgi.services-3.10.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.osgi.services-3.10.200-SNAPSHOT.jar [INFO] Copying jakarta.servlet-api-4.0.0.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/jakarta.servlet-api-4.0.0.jar [INFO] Copying org.eclipse.osgi.util-3.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.osgi.util-3.6.100-SNAPSHOT.jar [INFO] Copying org.bouncycastle.bcpg-1.69.0.v20210713-1924.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.bouncycastle.bcpg-1.69.0.v20210713-1924.jar [INFO] Copying org.bouncycastle.bcprov-1.69.0.v20210713-1924.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.bouncycastle.bcprov-1.69.0.v20210713-1924.jar [INFO] Copying org.eclipse.ant.core-3.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.ant.core-3.6.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.variables-3.5.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.variables-3.5.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.runtime-3.23.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.runtime-3.23.0-SNAPSHOT.jar [INFO] Copying org.eclipse.compare.core-3.6.1000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.compare.core-3.6.1000-SNAPSHOT.jar [INFO] Copying org.eclipse.core.commands-3.10.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.commands-3.10.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.common-3.15.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.common-3.15.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.contenttype-3.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.contenttype-3.8.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.preferences-3.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.preferences-3.9.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.registry-3.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.registry-3.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.expressions-3.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.expressions-3.8.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filebuffers-3.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.filebuffers-3.7.0-SNAPSHOT.jar [INFO] Copying org.eclipse.text-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.text-3.12.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filesystem-1.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.filesystem-1.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.jobs-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.jobs-3.12.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.resources-3.15.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.resources-3.15.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.app-1.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.app-1.6.0-SNAPSHOT.jar [INFO] Copying org.eclipse.debug.core-3.18.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.debug.core-3.18.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.contexts-1.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.e4.core.contexts-1.9.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.e4.core.di-1.8.0-SNAPSHOT.jar [INFO] Copying javax.inject-1.0.0.v20091030.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/javax.inject-1.0.0.v20091030.jar [INFO] Copying org.eclipse.e4.core.di.annotations-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.e4.core.di.annotations-1.7.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.services-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.e4.core.services-2.3.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.frameworkadmin-2.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.frameworkadmin-2.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.frameworkadmin.equinox-1.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.frameworkadmin.equinox-1.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.artifact.repository-1.4.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.artifact.repository-1.4.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata-2.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.metadata-2.6.100-SNAPSHOT.jar [INFO] Copying org.tukaani.xz-1.9.0.v20210624-1259.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.tukaani.xz-1.9.0.v20210624-1259.jar [INFO] Copying org.eclipse.equinox.p2.core-2.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.core-2.8.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.jarprocessor-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.jarprocessor-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository-2.5.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.repository-2.5.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.director-2.5.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.director-2.5.100-SNAPSHOT.jar [INFO] Copying org.sat4j.core-2.3.5.v201308161310.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.sat4j.core-2.3.5.v201308161310.jar [INFO] Copying org.sat4j.pb-2.3.5.v201404071733.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.sat4j.pb-2.3.5.v201404071733.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator-1.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.simpleconfigurator-1.4.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.engine-2.7.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.engine-2.7.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.director.app-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.director.app-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata.repository-1.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.metadata.repository-1.4.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.garbagecollector-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.garbagecollector-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher-1.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.publisher-1.6.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher.eclipse-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.publisher.eclipse-1.4.1-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.security-1.3.700-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.security-1.3.700-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository.tools-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.repository.tools-2.3.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.touchpoint.eclipse-2.3.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.100-SNAPSHOT.jar [INFO] Copying org.eclipse.help-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.27.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jdt.core-3.27.0-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.debug-3.18.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jdt.debug-3.18.0-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.launching-3.19.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jdt.launching-3.19.300-SNAPSHOT.jar [INFO] Copying org.eclipse.pde.build-3.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.pde.build-3.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.pde.core-3.14.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.pde.core-3.14.400-SNAPSHOT.jar [INFO] Copying org.eclipse.team.core-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.team.core-3.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.platform.doc.isv-4.21.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.platform.doc.isv-4.21.0-SNAPSHOT.jar [INFO] Copying com.jcraft.jsch-0.1.55.v20190404-1902.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/com.jcraft.jsch-0.1.55.v20190404-1902.jar [INFO] Copying javax.el-2.2.0.v201303151357.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/javax.el-2.2.0.v201303151357.jar [INFO] Copying javax.servlet.jsp-2.2.0.v201112011158.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/javax.servlet.jsp-2.2.0.v201112011158.jar [INFO] Copying org.apache.batik.constants-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.batik.constants-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.batik.css-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.batik.css-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.batik.util-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.batik.util-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.batik.i18n-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.batik.i18n-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.xmlgraphics-2.6.0.v20210409-0748.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.xmlgraphics-2.6.0.v20210409-0748.jar [INFO] Copying org.w3c.dom.svg-1.1.0.v201011041433.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.w3c.css.sac-1.3.1.v200903091627.jar [INFO] Copying org.apache.commons.codec-1.14.0.v20200818-1422.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.commons.codec-1.14.0.v20200818-1422.jar [INFO] Copying org.apache.commons.io-2.8.0.v20210415-0900.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.commons.io-2.8.0.v20210415-0900.jar [INFO] Copying org.apache.commons.logging-1.2.0.v20180409-1502.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.commons.logging-1.2.0.v20180409-1502.jar [INFO] Copying org.apache.httpcomponents.httpclient-4.5.13.v20210128-2225.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.httpcomponents.httpclient-4.5.13.v20210128-2225.jar [INFO] Copying org.apache.httpcomponents.httpcore-4.4.14.v20210128-2225.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.httpcomponents.httpcore-4.4.14.v20210128-2225.jar [INFO] Copying org.apache.jasper.glassfish-2.2.2.v201501141630.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.jasper.glassfish-2.2.2.v201501141630.jar [INFO] Copying org.apache.lucene.analyzers-common-8.4.1.v20200122-1459.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.lucene.analyzers-common-8.4.1.v20200122-1459.jar [INFO] Copying org.apache.lucene.core-8.4.1.v20200122-1459.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.lucene.core-8.4.1.v20200122-1459.jar [INFO] Copying org.apache.lucene.analyzers-smartcn-8.4.1.v20200122-1459.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.lucene.analyzers-smartcn-8.4.1.v20200122-1459.jar [INFO] Copying org.eclipse.ecf-3.9.102.v20210409-2301.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.ecf-3.9.102.v20210409-2301.jar [INFO] Copying org.eclipse.ecf.identity-3.9.402.v20210409-2301.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.ecf.identity-3.9.402.v20210409-2301.jar [INFO] Copying org.eclipse.ecf.filetransfer-5.1.102.v20210409-2301.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.ecf.filetransfer-5.1.102.v20210409-2301.jar [INFO] Copying org.eclipse.ecf.provider.filetransfer-3.2.700.v20210618-0642.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.ecf.provider.filetransfer-3.2.700.v20210618-0642.jar [INFO] Copying org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.401.v20210512-0614.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.401.v20210512-0614.jar [INFO] Copying org.eclipse.ecf.provider.filetransfer.ssl-1.0.201.v20210409-2301.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.ecf.ssl-1.2.401.v20210409-2301.jar [INFO] Copying org.eclipse.emf.common-2.23.0.v20210618-0700.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.emf.common-2.23.0.v20210618-0700.jar [INFO] Copying org.eclipse.emf.ecore-2.25.0.v20210816-0937.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.emf.ecore-2.25.0.v20210816-0937.jar [INFO] Copying org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar [INFO] Copying org.eclipse.jetty.http-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jetty.http-10.0.6.jar [INFO] Copying org.eclipse.jetty.io-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jetty.io-10.0.6.jar [INFO] Copying org.eclipse.jetty.util-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jetty.util-10.0.6.jar [INFO] Copying org.slf4j.api-1.7.30.v20200204-2150.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.slf4j.api-1.7.30.v20200204-2150.jar [INFO] Copying org.eclipse.jetty.security-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jetty.security-10.0.6.jar [INFO] Copying org.eclipse.jetty.server-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jetty.server-10.0.6.jar [INFO] Copying org.eclipse.jetty.servlet-10.0.6.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jetty.servlet-10.0.6.jar [INFO] Copying org.w3c.dom.smil-1.0.1.v200903091627.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.w3c.dom.smil-1.0.1.v200903091627.jar [INFO] Copying org.apache.commons.jxpath-1.3.0.v200911051830.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.commons.jxpath-1.3.0.v200911051830.jar [INFO] Copying org.eclipse.update.configurator-3.4.800-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.update.configurator-3.4.800-SNAPSHOT.jar [INFO] Copying org.junit-4.13.0.v20200204-1500.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.junit-4.13.0.v20200204-1500.jar [INFO] Copying org.hamcrest.core-1.3.0.v20180420-1519.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.hamcrest.core-1.3.0.v20180420-1519.jar [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0: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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work/ Framework located: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar Framework classpath: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar Debug options: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/.options not found Time to load bundles: 289 Starting application: 997 Application started in : 1001ms Apache Ant(TM) version 1.10.11 compiled on July 10 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: 19 seconds [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.doc.isv --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.doc.isv --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/org.eclipse.jdt.doc.isv-3.14.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.doc.isv --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.doc.isv --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.doc.isv --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.doc.user >-------------- [INFO] Building org.eclipse.jdt.doc.user 3.15.1200-SNAPSHOT [157/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.doc.user --- [INFO] The project's OSGi version is 3.15.1200.v20210901-0815 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.doc.user --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0: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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work/ Framework located: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar Framework classpath: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar Debug options: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/.options not found Time to load bundles: 140 Starting application: 693 Application started in : 699ms Apache Ant(TM) version 1.10.11 compiled on July 10 2021 BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 2 seconds [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.doc.user --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.doc.user --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/org.eclipse.jdt.doc.user-3.15.1200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.doc.user --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml: baseline and build artifacts have same version but different contents no-classifier: 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_Lucene84_0.doc: different index/_1_Lucene84_0.pos: different index/_1_Lucene84_0.tim: different index/_1_Lucene84_0.tip: different index/indexed_contributions: different index/indexed_dependencies: different index/indexed_docs: different index/segments_1: different [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.doc.user --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.doc.user --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.doc.user --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit4.runtime >----------- [INFO] Building org.eclipse.jdt.junit4.runtime 1.2.0-SNAPSHOT [158/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit4.runtime --- [INFO] The project's OSGi version is 1.2.0.v20210326-1251 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.junit4.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.junit4.runtime --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.junit4.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.junit4.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.junit4.runtime --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.junit4.runtime --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.junit4.runtime --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.junit4.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.junit4.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit4.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit4.runtime --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.junit4.runtime --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.junit4.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit4.runtime --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit5.runtime >----------- [INFO] Building org.eclipse.jdt.junit5.runtime 1.0.1300-SNAPSHOT [159/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit5.runtime --- [INFO] The project's OSGi version is 1.0.1300.v20210320-1132 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.junit5.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.junit5.runtime --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.junit5.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.junit5.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.junit5.runtime --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.junit5.runtime --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.junit5.runtime --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.junit5.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.junit5.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.0.1300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit5.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.0.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit5.runtime --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime:1.0.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.junit5.runtime --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.junit5.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit5.runtime --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.launching.macosx >---------- [INFO] Building org.eclipse.jdt.launching.macosx 3.4.700-SNAPSHOT [160/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching.macosx --- [INFO] The project's OSGi version is 3.4.700.v20210701-1647 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.launching.macosx --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.launching.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.launching.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.launching.macosx --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.launching.macosx --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.launching.macosx_3.4.700.v20210701-1647, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.launching.macosx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.launching.macosx --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.launching.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.4.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.4.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching.macosx --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.4.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.launching.macosx --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.launching.macosx --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching.macosx --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx >--------- [INFO] Building org.eclipse.jdt.launching.ui.macosx 1.2.800-SNAPSHOT [161/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] The project's OSGi version is 1.2.800.v20210701-1647 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.launching.ui.macosx_1.2.800.v20210701-1647, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.2.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >--------------- [INFO] Building org eclipse jdt feature 3.18.900-SNAPSHOT [162/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt --- [INFO] The project's OSGi version is 3.18.900.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt-feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.18.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.18.900-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt/org.eclipse.jdt-feature/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.launcher >---------- [INFO] Building org.eclipse.equinox.launcher 1.6.300-SNAPSHOT [163/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher --- [INFO] The project's OSGi version is 1.6.300.v20210813-1054 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.launcher_1.6.300.v20210813-1054, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher --- [INFO] Skipped [INFO] [INFO] ----------< eclipse.platform.releng:eclipse.platform.releng >----------- [INFO] Building eclipse.platform.releng 4.21.0-SNAPSHOT [164/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.releng --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.releng --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.releng --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.releng --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.releng --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.test:org.eclipse.test.performance >------------ [INFO] Building org.eclipse.test.performance 3.18.0-SNAPSHOT [165/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.test.performance --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.test.performance --- [INFO] The project's OSGi version is 3.18.0.v20210623-0710 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.test.performance --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.test.performance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.test.performance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.test.performance --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.test.performance --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.test.performance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.test.performance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.test.performance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.test.performance --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.test.performance --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.test.performance_3.18.0.v20210623-0710, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.test.performance --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.test.performance --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.test.performance --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.test.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/org.eclipse.test.performance-3.18.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.test.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/org.eclipse.test.performance-3.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test.performance --- [WARNING] MavenProject: org.eclipse.test:org.eclipse.test.performance:3.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.test.performance --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.test.performance --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test.performance --- [INFO] Skipped [INFO] [INFO] ---------< eclipse.platform.ui:org.eclipse.ui.ide.application >--------- [INFO] Building [bundle] Eclipse IDE UI Application 1.4.100-SNAPSHOT [166/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.ide.application --- [INFO] The project's OSGi version is 1.4.100.v20210506-1050 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.ide.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.ide.application --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.ide.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.ide.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.ide.application --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.ide.application --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.ide.application_1.4.100.v20210506-1050, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.ide.application --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.ide.application --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.ide.application --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/org.eclipse.ui.ide.application-1.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.ide.application --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/org.eclipse.ui.ide.application-1.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.ide.application --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.ide.application:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.ide.application --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.ide.application --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.ide.application --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler >--------- [INFO] Building org.eclipse.jdt.core.tests.compiler 3.12.1700-SNAPSHOT [167/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.compiler --- [INFO] The project's OSGi version is 3.12.1700.v20210823-1758 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Compiling 284 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.12.1700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.12.1700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.compiler --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/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.core.tests.compiler:3.12.1700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests >--------- [INFO] Building org.eclipse.jdt.compiler.tool.tests 1.3.0-SNAPSHOT [168/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] The project's OSGi version is 1.3.0.v20210823-1758 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:test (default-test) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.tests.builder >--------- [INFO] Building org.eclipse.jdt.core.tests.builder 3.11.0-SNAPSHOT [169/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.builder --- [INFO] The project's OSGi version is 3.11.0.v20210713-2148 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.tests.builder --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core.tests.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.core.tests.builder --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.builder --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.builder --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.builder:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/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.core.tests.builder:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.jdt.core.tests.builder --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.builder --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests >--------- [INFO] Building org.eclipse.jdt.compiler.apt.tests 1.2.0-SNAPSHOT [170/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] The project's OSGi version is 1.2.0.v20210823-1758 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.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.apt.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.core.tests.model >---------- [INFO] Building org.eclipse.jdt.core.tests.model 3.11.0-SNAPSHOT [171/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.model --- [INFO] The project's OSGi version is 3.11.0.v20210816-0920 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.tests.model --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core.tests.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.core.tests.model --- [INFO] Compiling 308 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.lookup.TypeConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[52] import org.eclipse.jdt.internal.core.ClasspathAttribute; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.builder.ClasspathJrt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[242] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[242] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[395] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[395] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[710] options.put(CompilerOptions.OPTION_Compliance, "10"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[710] options.put(CompilerOptions.OPTION_Compliance, "10"); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[711] options.put(CompilerOptions.OPTION_Source, "10"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[711] options.put(CompilerOptions.OPTION_Source, "10"); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[712] options.put(CompilerOptions.OPTION_TargetPlatform, "10"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[712] options.put(CompilerOptions.OPTION_TargetPlatform, "10"); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[713] options.put(CompilerOptions.OPTION_Release, "enabled"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[713] options.put(CompilerOptions.OPTION_Release, "enabled"); ^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Release' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[753] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[753] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[793] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[793] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[832] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[832] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[877] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[877] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[922] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[922] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[967] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[967] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1012] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1012] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1062] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1062] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1097] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1097] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1261] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1261] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1311] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1311] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1378] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1378] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1417] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1417] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1582] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1582] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1632] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1632] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2201] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2201] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2201] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2201] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2201] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2201] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2239] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2239] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2239] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2239] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2239] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2239] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2295] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2295] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2348] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2348] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2418] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2418] IClasspathAttribute modAttr = new ClasspathAttribute(IClasspathAttribute.MODULE, "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2801] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2801] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2850] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2850] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2900] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2900] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2953] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2953] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3005] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3005] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3050] options.put(CompilerOptions.OPTION_Compliance, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3050] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3051] options.put(CompilerOptions.OPTION_Source, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3051] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3052] options.put(CompilerOptions.OPTION_TargetPlatform, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3052] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3087] options.put(CompilerOptions.OPTION_Compliance, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3087] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3088] options.put(CompilerOptions.OPTION_Source, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3088] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3089] options.put(CompilerOptions.OPTION_TargetPlatform, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3089] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3121] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3121] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3187] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3187] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3244] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3244] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3373] newOptions.put(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3373] newOptions.put(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_JdtDebugCompileMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3392] assertNull("Option should not be stored", JavaCore.getOption(CompilerOptions.OPTION_JdtDebugCompileMode)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3392] assertNull("Option should not be stored", JavaCore.getOption(CompilerOptions.OPTION_JdtDebugCompileMode)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_JdtDebugCompileMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3416] p1.setOption(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3416] p1.setOption(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_JdtDebugCompileMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2845] DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeltaProcessingState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2845] DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2845] DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2845] DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2846] deltaState.oldRoots = null; ^^^^^^^^ Discouraged access: The field 'DeltaProcessingState.oldRoots' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2847] deltaState.roots = null; ^^^^^ Discouraged access: The field 'DeltaProcessingState.roots' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2848] deltaState.rootsAreStale = true; ^^^^^^^^^^^^^ Discouraged access: The field 'DeltaProcessingState.rootsAreStale' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3050] JavaProject p1 = (JavaProject)createJavaProject("P1", new String[] {""}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3050] JavaProject p1 = (JavaProject)createJavaProject("P1", new String[] {""}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3053] p1.getProject().close(null); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3054] p1.getProject().open(null); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3063] p1.setRawClasspath(classpath, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.setRawClasspath(IClasspathEntry[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3197] JavaElementDelta delta = new JavaElementDelta(getJavaModel()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3197] JavaElementDelta delta = new JavaElementDelta(getJavaModel()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3197] JavaElementDelta delta = new JavaElementDelta(getJavaModel()); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'JavaElementDelta(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3198] delta.added(getJavaProject("P1")); ^^^^^ Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3199] delta.added(getJavaProject("P2")); ^^^^^ Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3200] delta.added(getJavaProject("P3")); ^^^^^ Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3201] delta.added(getJavaProject("P4")); ^^^^^ Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3202] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3203] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[87] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[87] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[87] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[87] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[87] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[87] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[88] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[88] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[88] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[88] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[88] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[88] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[89] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[89] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[89] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[89] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[89] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[89] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[114] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[114] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[114] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[114] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[114] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[114] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[115] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[115] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[115] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[115] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[115] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[115] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[116] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[116] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[116] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[116] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[116] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[116] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[140] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[140] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[140] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[140] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[140] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[140] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[141] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[141] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[141] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[141] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[141] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[141] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[165] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[165] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[165] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[165] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[165] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[165] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[166] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[166] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[166] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[166] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[166] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[166] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[167] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[167] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[167] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[167] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[167] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[167] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[191] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[191] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[191] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[191] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[191] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[191] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[192] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[192] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[192] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[192] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[192] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[193] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[193] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[193] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[193] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[193] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[218] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[218] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[218] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[218] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[218] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[218] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[219] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[219] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[219] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[219] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[219] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[220] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[220] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[220] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[220] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[220] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[244] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[244] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.LambdaExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.LambdaMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.NameLookup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[46] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[47] import org.eclipse.jdt.internal.core.SourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[789] parameterNames = new String[] {Util.EMPTY_STRING}; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[789] parameterNames = new String[] {Util.EMPTY_STRING}; ^^^^^^^^^^^^ Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[989] String[] names = ((PackageFragment)fragment).names; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[989] String[] names = ((PackageFragment)fragment).names; ^^^^^ Discouraged access: The field 'PackageFragment.names' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[992] PackageFragment currentPackage = (PackageFragment) children[i]; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[992] PackageFragment currentPackage = (PackageFragment) children[i]; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[993] String[] otherNames = currentPackage.names; ^^^^^ Discouraged access: The field 'PackageFragment.names' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1084] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1085] new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1085] new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1085] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1094] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1095] new BasicSearchEngine(this.workingCopies).searchAllMethodNames( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1095] new BasicSearchEngine(this.workingCopies).searchAllMethodNames( ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1095] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1105] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1116] IRestrictedAccessMethodRequestor requestor) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1129] IRestrictedAccessMethodRequestor requestor) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1144] IRestrictedAccessMethodRequestor requestor) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1145] new BasicSearchEngine(this.workingCopies).searchAllMethodNames( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1145] new BasicSearchEngine(this.workingCopies).searchAllMethodNames( ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1145] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[233] indexManager.disable(); ^^^^^^^ Discouraged access: The method 'JobManager.disable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[237] indexManager.request(this); ^^^^^^^ Discouraged access: The method 'JobManager.request(IJob)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[238] indexManager.enable(); ^^^^^^ Discouraged access: The method 'JobManager.enable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[244] JavaModelManager.getIndexManager().enable(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[244] JavaModelManager.getIndexManager().enable(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[244] JavaModelManager.getIndexManager().enable(); ^^^^^^ Discouraged access: The method 'JobManager.enable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[309] String givenRule = BasicSearchEngine.getMatchRuleString(rule); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[309] String givenRule = BasicSearchEngine.getMatchRuleString(rule); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[310] String validatedRule = BasicSearchEngine.getMatchRuleString(validated); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[310] String validatedRule = BasicSearchEngine.getMatchRuleString(validated); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[311] String expectedRule = BasicSearchEngine.getMatchRuleString(expected); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[311] String expectedRule = BasicSearchEngine.getMatchRuleString(expected); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[361] JavaModelManager.getIndexManager().enable(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[361] JavaModelManager.getIndexManager().enable(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[361] JavaModelManager.getIndexManager().enable(); ^^^^^^ Discouraged access: The method 'JobManager.enable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[399] JavaModelManager.getIndexManager().disable(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[399] JavaModelManager.getIndexManager().disable(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[399] JavaModelManager.getIndexManager().disable(); ^^^^^^^ Discouraged access: The method 'JobManager.disable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1027] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1027] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1027] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1041] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1041] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1041] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1055] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1055] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1055] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[108] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[109] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[110] import org.eclipse.jdt.internal.core.ClasspathAttribute; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[111] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[112] import org.eclipse.jdt.internal.core.JavaCorePreferenceInitializer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaCorePreferenceInitializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[113] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[114] import org.eclipse.jdt.internal.core.JavaElementDelta; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[115] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[116] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.JrtPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.NameLookup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.ResolvedSourceMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.ResolvedSourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.search.BasicSearchEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[171] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[171] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[172] if (jdkLevel >= ClassFileConstants.JDK16) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[172] if (jdkLevel >= ClassFileConstants.JDK16) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK16' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[175] if (jdkLevel >= ClassFileConstants.JDK15) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[175] if (jdkLevel >= ClassFileConstants.JDK15) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK15' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[178] if (jdkLevel >= ClassFileConstants.JDK14) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[178] if (jdkLevel >= ClassFileConstants.JDK14) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK14' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[181] if (jdkLevel >= ClassFileConstants.JDK12) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[181] if (jdkLevel >= ClassFileConstants.JDK12) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK12' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[184] if (jdkLevel >= ClassFileConstants.JDK11) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[184] if (jdkLevel >= ClassFileConstants.JDK11) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK11' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[187] if (jdkLevel >= ClassFileConstants.JDK10) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[187] if (jdkLevel >= ClassFileConstants.JDK10) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK10' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[190] if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[190] if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^ Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[359] JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[359] JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[359] JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[389] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[389] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[389] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[389] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[397] boolean isAFromJRT = deltaA.getElement() instanceof JrtPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[398] boolean isBFromJRT = deltaB.getElement() instanceof JrtPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[418] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[418] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[459] if (((JavaElementDelta) delta).ignoreFromTests) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[459] if (((JavaElementDelta) delta).ignoreFromTests) { ^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaElementDelta.ignoreFromTests' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[727] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[727] new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, path) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[789] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[789] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[920] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[920] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[930] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[930] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[943] JavaElement element = (JavaElement)elements[i]; ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[943] JavaElement element = (JavaElement)elements[i]; ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[947] buffer.append(element.toStringWithAncestors(showResolvedInfo)); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[992] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[992] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[992] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[992] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[999] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[999] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[1450] Util.sort(strings); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[1450] Util.sort(strings); ^^^^ Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2083] IClasspathAttribute[] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2083] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2084] if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2084] if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2084] if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2084] if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 ^^^^ Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2094] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), // ClasspathEntry.NO_ACCESS_RULES, ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2094] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2100] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2100] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2113] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2113] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2151] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2151] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2167] JavaProject javaProject = (JavaProject) JavaCore.create(project); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2167] JavaProject javaProject = (JavaProject) JavaCore.create(project); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2169] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2171] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2176] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2176] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2176] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2176] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2177] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2177] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2177] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2177] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2178] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2178] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2178] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2178] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2179] javaProject.setOptions(options); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.setOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2182] options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2182] options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2182] options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2182] options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2183] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2183] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[229] JavaElement enclosingElement = (JavaElement)this.context.getEnclosingElement(); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[229] JavaElement enclosingElement = (JavaElement)this.context.getEnclosingElement(); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[233] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[250] JavaElement element = (JavaElement) visibleElements[i]; ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[250] JavaElement element = (JavaElement) visibleElements[i]; ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[252] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[532] if(CharOperation.equals(completion, RestrictedIdentifiers.RECORD)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[532] if(CharOperation.equals(completion, RestrictedIdentifiers.RECORD)) ^^^^^^ Discouraged access: The field 'RestrictedIdentifiers.RECORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[534] if(CharOperation.equals(completion, RestrictedIdentifiers.SEALED)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[534] if(CharOperation.equals(completion, RestrictedIdentifiers.SEALED)) ^^^^^^ Discouraged access: The field 'RestrictedIdentifiers.SEALED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[536] if(CharOperation.equals(completion, RestrictedIdentifiers.NON_SEALED)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[536] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[538] if(CharOperation.equals(completion, RestrictedIdentifiers.PERMITS)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[538] if(CharOperation.equals(completion, RestrictedIdentifiers.PERMITS)) ^^^^^^^ Discouraged access: The field 'RestrictedIdentifiers.PERMITS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[664] if (this.context instanceof InternalCompletionContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[665] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[665] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[666] ASTNode astNode = internalCompletionContext.getCompletionNode(); ^^^^^^^ Discouraged access: The type 'ASTNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[666] ASTNode astNode = internalCompletionContext.getCompletionNode(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.getCompletionNode()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[667] if (astNode != null) return astNode.toString(); ^^^^^^^^ Discouraged access: The method 'ASTNode.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[674] if (this.context instanceof InternalCompletionContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[675] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[675] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[676] ASTNode astNode = internalCompletionContext.getCompletionNodeParent(); ^^^^^^^ Discouraged access: The type 'ASTNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[676] ASTNode astNode = internalCompletionContext.getCompletionNodeParent(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.getCompletionNodeParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[677] if (astNode != null) return astNode.toString(); ^^^^^^^^ Discouraged access: The method 'ASTNode.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[684] if (this.context instanceof InternalCompletionContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[685] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[685] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[686] ObjectVector locals = internalCompletionContext.getVisibleLocalVariables(); ^^^^^^^^^^^^ Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[686] ObjectVector locals = internalCompletionContext.getVisibleLocalVariables(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.getVisibleLocalVariables()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[687] if (locals != null) return locals.toString(); ^^^^^^^^ Discouraged access: The method 'ObjectVector.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[694] if (this.context instanceof InternalCompletionContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[695] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[695] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[696] ObjectVector fields = internalCompletionContext.getVisibleFields(); ^^^^^^^^^^^^ Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[696] ObjectVector fields = internalCompletionContext.getVisibleFields(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.getVisibleFields()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[697] if (fields != null) return fields.toString(); ^^^^^^^^ Discouraged access: The method 'ObjectVector.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[704] if (this.context instanceof InternalCompletionContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[705] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[705] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[706] ObjectVector methods = internalCompletionContext.getVisibleMethods(); ^^^^^^^^^^^^ Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[706] ObjectVector methods = internalCompletionContext.getVisibleMethods(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.getVisibleMethods()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[707] if (methods != null) return methods.toString(); ^^^^^^^^ Discouraged access: The method 'ObjectVector.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[121] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[121] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[121] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[121] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[168] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[168] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[168] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[168] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[203] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[203] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[203] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[203] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[213] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[213] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[213] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[213] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[314] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[314] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[314] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[314] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[326] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[326] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[326] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[326] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[412] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[412] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[412] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[412] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[478] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[478] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[478] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[478] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[489] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[489] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[489] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[489] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[541] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[541] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[541] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[541] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[688] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[688] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[688] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[688] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[704] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[704] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[704] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'UserLibraryClasspathContainer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[709] String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[709] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[725] entries[length] = JavaCore.newContainerEntry(containerSuggestion.getPath()); ^^^^^^^ Discouraged access: The method 'UserLibraryClasspathContainer.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[750] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[750] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[750] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[750] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[764] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[764] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[764] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[764] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[804] assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[804] assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[804] assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[804] assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[804] assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); ^^^^^^ Discouraged access: The method 'IndexLocation.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[814] assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[814] assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[814] assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[814] assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[814] assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); ^^^^^^ Discouraged access: The method 'IndexLocation.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[852] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[852] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[852] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[852] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[852] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[863] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[863] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[863] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[863] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[863] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[881] ClasspathEntry.setSharedIndexLocation(sharedIndexDir, getClass()); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[881] ClasspathEntry.setSharedIndexLocation(sharedIndexDir, getClass()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.setSharedIndexLocation(String, Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[914] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[914] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[914] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[914] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[924] ClasspathEntry.setSharedIndexLocation(null, getClass()); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[924] ClasspathEntry.setSharedIndexLocation(null, getClass()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.setSharedIndexLocation(String, Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[44] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[45] import org.eclipse.jdt.internal.core.CompilationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.search.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[187] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[187] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[187] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[190] while (indexManager.awaitingJobsCount() > 0) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JobManager.awaitingJobsCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[890] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[890] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[891] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2450] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2450] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2450] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2450] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2498] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2498] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2498] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2498] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[5592] options.put(CompilerOptions.OPTION_Source, "1.4"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[5592] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[48] import org.eclipse.jdt.internal.core.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[49] import org.eclipse.jdt.internal.core.TypeParameter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[50] import org.eclipse.jdt.internal.core.search.BasicSearchEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[51] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[60] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[60] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4655] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4655] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4655] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4659] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4679] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4679] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4679] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4683] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4702] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4702] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4702] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4706] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4723] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4723] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4723] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4723] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4738] TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); ^^^^^^^^^^^^^ Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4738] TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); ^^^^^^^^^^^^^ Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4738] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4738] TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9264] if (DOMASTUtil.isFeatureSupportedinAST(this.ast, Modifier.SEALED)) { ^^^^^^^^^^ Discouraged access: The type 'DOMASTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9264] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9266] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9266] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9550] DOMASTUtil.checkASTLevel(level); ^^^^^^^^^^ Discouraged access: The type 'DOMASTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9550] DOMASTUtil.checkASTLevel(level); ^^^^^^^^^^^^^ Discouraged access: The method 'DOMASTUtil.checkASTLevel(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[1805] String rootPath = ((PackageFragmentRoot)lastRoot).toStringWithAncestors(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[1805] String rootPath = ((PackageFragmentRoot)lastRoot).toStringWithAncestors(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringWithAncestors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2396] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2396] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2396] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2396] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2432] JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2432] JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getUserLibraryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2432] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2435] IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2435] IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2435] IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2436] String containerKey = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"TEST"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2436] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2726] RuntimeLog.addLogListener(new ILogListener() { ^^^^^^^^^^ Discouraged access: The type 'RuntimeLog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2726] RuntimeLog.addLogListener(new ILogListener() { ^^^^^^^^^^^^^^ Discouraged access: The method 'RuntimeLog.addLogListener(ILogListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2945] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2945] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2945] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2945] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2949] assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2949] assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2949] assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2949] assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2953] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2953] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2953] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2953] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[32] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[33] import org.eclipse.jdt.internal.core.index.IndexLocation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[57] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[57] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[57] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[58] manager.containers = new HashMap<>(5); ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.containers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[59] manager.variables = new HashMap<>(5); ^^^^^^^^^ Discouraged access: The field 'JavaModelManager.variables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1037] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1037] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1037] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1038] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1118] IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL); ^^^^^^^^^^^^^ Discouraged access: The type 'IndexLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1118] IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL); ^^^^^^^^^^^^^ Discouraged access: The type 'IndexLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1118] IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IndexLocation.createIndexLocation(URL)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1119] assertTrue("Malformed index location", indexLoc.getIndexFile().exists()); ^^^^^^^^^^^^ Discouraged access: The method 'IndexLocation.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[81] import org.eclipse.jdt.internal.core.ClassFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.SourceMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.TypeParameter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.index.DiskIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiskIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.index.Index; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.search.AbstractSearchScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractSearchScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.search.BasicSearchEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.search.indexing.IIndexConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.indexing.IndexRequest; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexRequest' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.matching.AndPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.matching.MatchLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.matching.MethodPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.PatternLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.TypeDeclarationPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.TypeReferencePattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeReferencePattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[737] TypeDeclarationPattern pattern = new TypeDeclarationPattern( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[737] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[737] TypeDeclarationPattern pattern = new TypeDeclarationPattern( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[741] IIndexConstants.INTERFACE_SUFFIX, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[741] IIndexConstants.INTERFACE_SUFFIX, ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IIndexConstants.INTERFACE_SUFFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[751] pattern = new TypeDeclarationPattern( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TypeDeclarationPattern(char[], char[][], char[], char, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[751] pattern = new TypeDeclarationPattern( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[755] IIndexConstants.CLASS_SUFFIX, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[755] IIndexConstants.CLASS_SUFFIX, ^^^^^^^^^^^^ Discouraged access: The field 'IIndexConstants.CLASS_SUFFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[2292] MatchLocator.setFocus(pattern, importDeclaration); ^^^^^^^^^^^^ Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[2292] MatchLocator.setFocus(pattern, importDeclaration); ^^^^^^^^ Discouraged access: The method 'MatchLocator.setFocus(SearchPattern, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[2320] MatchLocator.setFocus(pattern, packageDeclaration); ^^^^^^^^^^^^ Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[2320] MatchLocator.setFocus(pattern, packageDeclaration); ^^^^^^^^ Discouraged access: The method 'MatchLocator.setFocus(SearchPattern, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3147] IIndexConstants.ONE_STAR, ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3147] IIndexConstants.ONE_STAR, ^^^^^^^^ Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3202] IIndexConstants.ONE_STAR, ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3202] IIndexConstants.ONE_STAR, ^^^^^^^^ Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3290] IIndexConstants.ONE_STAR, ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3290] IIndexConstants.ONE_STAR, ^^^^^^^^ Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3528] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3528] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[6987] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[6988] IType type = ((ClassFile)children[i]).getType(); ^^^^^^^^^ Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[6988] IType type = ((ClassFile)children[i]).getType(); ^^^^^^^ Discouraged access: The method 'ClassFile.getType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7018] if ((modifiers & ClassFileConstants.AccDeprecated) != 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7018] if ((modifiers & ClassFileConstants.AccDeprecated) != 0) { ^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccDeprecated' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7489] * @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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7922] this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7922] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7961] this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7961] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7973] this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7973] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8618] * @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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8631] IJavaSearchScope scope = new AbstractSearchScope() { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractSearchScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8631] IJavaSearchScope scope = new AbstractSearchScope() { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'AbstractSearchScope()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8794] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8794] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8794] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8795] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8795] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8796] File indexFile = index.getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8805] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8805] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8806] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8812] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8812] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8812] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8813] Index index = manager.getIndex(project.getPath(), true, false); ^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8813] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8814] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8814] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8814] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14027] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14027] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14063] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(nonExistentPattern, IJavaSearchConstants.METHOD, REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14063] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(nonExistentPattern, IJavaSearchConstants.METHOD, REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14108] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14108] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14150] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14150] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14191] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14191] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14332] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14332] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14435] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14435] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14436] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14436] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14485] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14485] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14490] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14490] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15254] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15258] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15277] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15277] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15277] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15293] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15293] TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[185] Optional index = null; ^^^^^^^^^ Discouraged access: The type 'MetaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[187] index = this.indexManager.getMetaIndex(); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.getMetaIndex()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[192] ReadWriteMonitor monitor = index.get().getMonitor(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReadWriteMonitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[192] ReadWriteMonitor monitor = index.get().getMonitor(); ^^^^^^^^^^ Discouraged access: The method 'MetaIndex.getMonitor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[197] monitor.enterRead(); ^^^^^^^^^ Discouraged access: The method 'ReadWriteMonitor.enterRead()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[198] index.get().startQuery(); ^^^^^^^^^^ Discouraged access: The method 'MetaIndex.startQuery()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[199] List results = new ArrayList<>(2); ^^^^^^^^^^^ Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[201] .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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[201] .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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[201] .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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[202] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[202] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[206] .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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[206] .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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[206] .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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[207] IIndexConstants.META_INDEX_SIMPLE_TYPE_QUALIFIER_REF }, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[207] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[211] final Index i = index.map(MetaIndex::getIndex).get(); ^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[211] final Index i = index.map(MetaIndex::getIndex).get(); ^^^^^^^^^ Discouraged access: The type 'MetaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[211] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[214] return Stream.of(r.getDocumentNames(i)); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'EntryResult.getDocumentNames(Index)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[220] index.get().stopQuery(); ^^^^^^^^^ Discouraged access: The method 'MetaIndex.stopQuery()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[221] monitor.exitRead(); ^^^^^^^^ Discouraged access: The method 'ReadWriteMonitor.exitRead()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[230] private List safeList(EntryResult[] result) { ^^^^^^^^^^^ Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[230] private List safeList(EntryResult[] result) { ^^^^^^^^^^^^^ Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[50] import org.eclipse.jdt.internal.codeassist.InternalCompletionContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[51] import org.eclipse.jdt.internal.codeassist.RelevanceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[52] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[53] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[54] import org.eclipse.jdt.internal.core.SourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[55] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') 2739. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 57) @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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[278] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[278] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[278] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[278] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[278] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[278] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[341] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[341] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[341] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[341] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[341] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[341] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[403] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[403] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[403] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[403] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[403] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[403] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[466] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[466] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[466] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[466] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[466] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[466] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[533] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[533] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[533] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[533] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[533] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[533] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[591] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[591] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[591] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[591] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[591] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[591] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[592] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[592] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[592] " 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java:[171] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java:[171] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') 3063. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[400] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[425] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[450] assertTrue(elements[0] instanceof ResolvedSourceField); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[475] assertTrue(elements[0] instanceof ResolvedSourceField); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[499] assertTrue(elements[0] instanceof ResolvedSourceField); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[500] ResolvedSourceField sm = (ResolvedSourceField)elements[0]; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[500] ResolvedSourceField sm = (ResolvedSourceField)elements[0]; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[501] IJavaElement parent = sm.getParent(); ^^^^^^^^^ Discouraged access: The method 'JavaElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[502] SourceType st = (SourceType)parent; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[502] SourceType st = (SourceType)parent; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[503] assertTrue(st.isRecord()); ^^^^^^^^ Discouraged access: The method 'SourceType.isRecord()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[527] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[585] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[681] assertTrue(elements[0] instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[682] SourceMethod sm = (SourceMethod)elements[0]; ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[682] SourceMethod sm = (SourceMethod)elements[0]; ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[683] IJavaElement parent = sm.getParent(); ^^^^^^^^^ Discouraged access: The method 'JavaElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[684] SourceType st = (SourceType)parent; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[684] SourceType st = (SourceType)parent; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[685] assertTrue(st.isRecord()); ^^^^^^^^ Discouraged access: The method 'SourceType.isRecord()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[713] assertTrue(elements[0] instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[744] assertTrue(elements[0] instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[775] assertTrue(elements[0] instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[807] assertTrue(elements[0] instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[834] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[861] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[890] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[924] assertTrue(elements[0] instanceof ResolvedSourceType); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[925] boolean record = ((ResolvedSourceType)elements[0]).isRecord(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[925] boolean record = ((ResolvedSourceType)elements[0]).isRecord(); ^^^^^^^^ Discouraged access: The method 'SourceType.isRecord()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[953] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[976] assertTrue(!(elements[0] instanceof SourceType)); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[977] assertTrue((elements[0] instanceof SourceField)); ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1005] assertTrue((elements[0] instanceof LocalVariable)); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1031] assertTrue((elements[0] instanceof LocalVariable)); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1061] assertTrue((elements[0] instanceof LocalVariable)); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1091] assertTrue((elements[0] instanceof LocalVariable)); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1120] assertTrue((elements[0] instanceof LocalVariable)); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1163] assertTrue((elements[0] instanceof SourceType)); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1185] assertTrue((elements[0] instanceof SourceType)); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1228] assertTrue((elements[0] instanceof SourceType)); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1768] assertTrue(elements[0] instanceof SourceField); ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1796] assertTrue(elements[0] instanceof SourceField); ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[32] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[449] SourceType st = (SourceType)elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[449] SourceType st = (SourceType)elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[450] SearchPattern pattern = new DeclarationOfAccessedFieldsPattern(st); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeclarationOfAccessedFieldsPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[450] SearchPattern pattern = new DeclarationOfAccessedFieldsPattern(st); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DeclarationOfAccessedFieldsPattern(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[486] SourceType st = (SourceType)elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[486] SourceType st = (SourceType)elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1548] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1548] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1550] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1563] CompilationUnit remoteCU = (CompilationUnit) getCompilationUnit("/Foo/X.java"); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1563] CompilationUnit remoteCU = (CompilationUnit) getCompilationUnit("/Foo/X.java"); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1566] remoteCU.getContents(); ^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[2062] String name = Util.getNameWithoutJavaLikeExtension("Test.aj"); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[2062] String name = Util.getNameWithoutJavaLikeExtension("Test.aj"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getNameWithoutJavaLikeExtension(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[2563] class DisabledTestBuffer extends Buffer implements IBuffer.ITextEditCapability { ^^^^^^ Discouraged access: The type 'Buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[2565] super(file, owner, readOnly); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'Buffer(IFile, IOpenable, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[67] import org.eclipse.jdt.internal.compiler.problem.ProblemSeverities; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[68] import org.eclipse.jdt.internal.core.ClasspathAttribute; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[69] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[106] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[106] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[108] ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[108] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[307] new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, annotationPath) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[307] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[319] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[319] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[375] switch(severities[j] & ProblemSeverities.CoreSeverityMASK ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[375] switch(severities[j] & ProblemSeverities.CoreSeverityMASK ) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ProblemSeverities.CoreSeverityMASK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[376] case ProblemSeverities.Error: ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[376] case ProblemSeverities.Error: ^^^^^ Discouraged access: The field 'ProblemSeverities.Error' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[382] case ProblemSeverities.Warning: ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[382] case ProblemSeverities.Warning: ^^^^^^^ Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[388] case ProblemSeverities.Info: ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[388] case ProblemSeverities.Info: ^^^^ Discouraged access: The field 'ProblemSeverities.Info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2135] }, 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2135] }, 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2135] }, 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2135] }, 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2307] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2307] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2307] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2307] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2307] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2307] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2354] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2354] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2354] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2354] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2354] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2354] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2658] new int[] { ProblemSeverities.Warning }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2658] new int[] { ProblemSeverities.Warning }); ^^^^^^^ Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java:[29] import org.eclipse.jdt.internal.core.JavaModelStatus; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java:[283] throw new CoreException(new JavaModelStatus(-1, "test")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java:[283] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[465] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[465] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[488] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[488] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[514] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[514] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[550] String encodedContents = new String (Util.getResourceContentsAsCharArray(file, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[550] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[553] byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[553] byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[599] String encodedContents = new String (Util.getResourceContentsAsCharArray(file)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[599] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[602] byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[602] byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[725] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[725] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[726] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[726] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[862] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[862] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[866] char[] ifileContents =Util.getResourceContentsAsCharArray(emptyFile, "UTF-8"); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[866] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[983] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[983] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[998] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[998] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1012] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1012] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1066] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1066] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1136] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1136] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1151] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1151] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1202] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1202] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1217] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1217] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1260] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1260] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1276] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1276] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1292] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1292] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1308] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1308] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1352] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1352] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1368] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1368] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1419] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1419] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1434] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1434] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1450] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1450] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1466] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[76] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.UserLibraryClasspathContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.builder.State; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'State' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[324] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[324] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'UserLibraryClasspathContainer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[324] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[329] String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[329] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[341] entries[length] = JavaCore.newContainerEntry(containerSuggestion.getPath()); ^^^^^^^ Discouraged access: The method 'UserLibraryClasspathContainer.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[873] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[873] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[884] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[884] IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[884] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[893] p1.close(); ^^^^^ Discouraged access: The method 'JavaProject.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[894] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[894] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[894] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[894] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[894] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[894] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[895] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[898] p1.getExpandedClasspath(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[924] this.createFile("/P1/"+JavaProject.CLASSPATH_FILENAME, newCPContent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[924] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[948] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[948] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[953] p1.getRawClasspath(); // force to read classpath ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getRawClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[963] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[963] IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[963] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[966] p1.close(); ^^^^^ Discouraged access: The method 'JavaProject.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[967] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[969] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[969] p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.readRawClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[969] p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.readOutputLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[970] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[1997] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[1997] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[1997] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[1997] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2379] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2379] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2401] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2401] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2424] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2424] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2472] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2472] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2968] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2968] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2989] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2989] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3185] IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3185] IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3251] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3251] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3273] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3273] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3300] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3300] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4026] IJavaModelStatus status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4026] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4027] IJavaModelStatus status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4027] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4039] status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4039] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4040] status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4040] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4314] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4314] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4327] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4327] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4338] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4338] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4353] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4353] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4377] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4377] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4933] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4933] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5743] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5743] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5787] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5787] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5841] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5841] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5883] ClasspathEntry cp = new ClasspathEntry( ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5883] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5883] ClasspathEntry cp = new ClasspathEntry( ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5887] ClasspathEntry.INCLUDE_ALL, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5887] ClasspathEntry.INCLUDE_ALL, ^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.INCLUDE_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5888] ClasspathEntry.EXCLUDE_NONE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5888] ClasspathEntry.EXCLUDE_NONE, ^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.EXCLUDE_NONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5896] ClasspathEntry.NO_EXTRA_ATTRIBUTES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5896] ClasspathEntry.NO_EXTRA_ATTRIBUTES); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5952] IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5952] IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[59] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[61] import org.eclipse.jdt.internal.core.dom.SourceRangeVerifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceRangeVerifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[101] SourceRangeVerifier.DEBUG = true; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceRangeVerifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[101] SourceRangeVerifier.DEBUG = true; ^^^^^ Discouraged access: The field 'SourceRangeVerifier.DEBUG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[102] SourceRangeVerifier.DEBUG_THROW = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceRangeVerifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[102] SourceRangeVerifier.DEBUG_THROW = true; ^^^^^^^^^^^ Discouraged access: The field 'SourceRangeVerifier.DEBUG_THROW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[494] long jdkLevel = CompilerOptions.versionToJdkLevel(option); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[494] long jdkLevel = CompilerOptions.versionToJdkLevel(option); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[496] if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_16)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[496] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[496] if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_16)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[496] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[498] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[498] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[498] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[498] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[500] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[500] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[500] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[500] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[502] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[502] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[502] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[502] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[504] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[504] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[504] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[504] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[506] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[506] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[506] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[506] } 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[508] } else if (jdkLevel >= ClassFileConstants.JDK10) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[508] } else if (jdkLevel >= ClassFileConstants.JDK10) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK10' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[510] } else if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[510] } else if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^ Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[512] } else if (jdkLevel >= ClassFileConstants.JDK1_8) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[512] } else if (jdkLevel >= ClassFileConstants.JDK1_8) { ^^^^^^ Discouraged access: The field 'ClassFileConstants.JDK1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[514] } else if (jdkLevel >= ClassFileConstants.JDK1_7) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[514] } else if (jdkLevel >= ClassFileConstants.JDK1_7) { ^^^^^^ Discouraged access: The field 'ClassFileConstants.JDK1_7' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[49] import org.eclipse.jdt.internal.core.BinaryType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.PerProjectInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager.PerProjectInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[762] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[762] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[762] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[762] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[767] Object javadocContent = projectInfo.javadocCache.get(type); ^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[767] Object javadocContent = projectInfo.javadocCache.get(type); ^^^ Discouraged access: The method 'LRUCache.get(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[768] while(javadocContent == null || javadocContent == BinaryType.EMPTY_JAVADOC) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[768] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[771] javadocContent = projectInfo.javadocCache.get(type); ^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[771] javadocContent = projectInfo.javadocCache.get(type); ^^^ Discouraged access: The method 'LRUCache.get(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[788] projectInfo.javadocCache.flush(); ^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[788] projectInfo.javadocCache.flush(); ^^^^^ Discouraged access: The method 'LRUCache.flush()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[1112] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[1112] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[1184] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[1184] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[49] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[136] JavaModelManager.getIndexManager().waitForIndex(false, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[136] JavaModelManager.getIndexManager().waitForIndex(false, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[136] JavaModelManager.getIndexManager().waitForIndex(false, null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[193] ((JavaElement)element).toStringInfo(tab, buffer); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[193] ((JavaElement)element).toStringInfo(tab, buffer); ^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringInfo(int, StringBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[30] import org.eclipse.jdt.internal.codeassist.RelevanceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[73] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[73] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[96] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[96] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[128] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[129] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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;, ([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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[131] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[132] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[133] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[134] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[135] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[136] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[138] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[138] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[139] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[139] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[140] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[140] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[141] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[141] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[142] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[142] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[143] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[143] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[164] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[165] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[192] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[192] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[192] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[192] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[192] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[192] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[192] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[219] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[245] "argument[LOCAL_VARIABLE_REF]{argument, null, Ljava.lang.Object;, argument, null, " + (R_DEFAULT + 21) + "}", // FIXME should be "I" and 22 like test006 ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[273] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[274] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[275] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[301] "[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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[302] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[303] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[304] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[305] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[306] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[307] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[308] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[309] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[310] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[311] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[312] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[313] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[314] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[315] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[316] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[317] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[318] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[319] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[320] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[321] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[322] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[323] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[349] "[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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[350] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[351] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[352] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[353] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[354] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[355] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[356] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[357] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[358] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[359] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[360] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[361] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[362] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[363] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[364] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[365] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[366] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[367] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[368] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[369] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[370] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[371] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[401] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[402] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[403] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[404] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[405] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[406] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[407] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[408] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[409] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[410] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[411] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[412] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[413] "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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[32] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.DefaultCodeFormatterOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.Alignment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[57] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[58] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[59] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[60] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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_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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[62] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[63] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[65] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[66] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[67] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[116] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[117] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[118] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[146] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[147] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[148] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[176] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[177] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[178] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[206] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[207] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[208] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[237] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[238] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[239] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[276] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[277] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[278] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[326] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[327] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[328] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[374] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[375] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[376] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[409] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[410] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[411] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[444] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[445] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[446] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[479] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[480] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[481] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[514] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[515] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[516] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[544] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[545] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[546] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[574] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[575] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[576] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[604] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[605] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[606] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[634] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[635] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[636] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[671] this.formatterPrefs.page_width = 40; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[709] this.formatterPrefs.page_width = 40; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[752] this.formatterPrefs.page_width = 40; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1194] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1216] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1217] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1217] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1217] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1240] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1269] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1270] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1270] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1270] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1300] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1329] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1330] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1330] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1330] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1359] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1381] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1407] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1484] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1641] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1898] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1899] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1899] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1899] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1925] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1925] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1925] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1926] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1926] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1926] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1948] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1948] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1948] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1974] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_FIRST_BREAK_SPLIT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1974] 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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') 4375 problems (0 errors, 4373 warnings, 2 infos) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.model --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.model --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/target/org.eclipse.jdt.core.tests.model-3.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.model --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/target/org.eclipse.jdt.core.tests.model-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.model --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.model:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.model:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/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:2.4.0:test (default-test) @ org.eclipse.jdt.core.tests.model --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.model --- [INFO] Skipped [INFO] [INFO] -------------< eclipse.jdt.core:eclipse.jdt.core.binaries >------------- [INFO] Building eclipse.jdt.core.binaries 4.21.0-SNAPSHOT [172/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.jdt.core.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.jdt.core.binaries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.jdt.core.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.jdt.core.binaries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.jdt.core.binaries --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.core.binaries --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries >--------- [INFO] Building org.eclipse.jdt.core.tests.binaries 1.0.250-SNAPSHOT [173/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0: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/eng.aggregator_R4_21_maintenance/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:2.4.0:test (default-test) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.jdt:org.eclipse.jdt.core.tests.performance >------- [INFO] Building org.eclipse.jdt.core.tests.performance 3.11.0-SNAPSHOT [174/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.performance --- [INFO] The project's OSGi version is 3.11.0.v20210712-1342 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.performance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.tests.performance --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core.tests.performance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.performance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.core.tests.performance --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.performance --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/target/org.eclipse.jdt.core.tests.performance-3.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/target/org.eclipse.jdt.core.tests.performance-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.performance --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.performance:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/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.core.tests.performance:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.jdt.core.tests.performance --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.performance --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests >--------- [INFO] Building org.eclipse.jdt.apt.pluggable.tests 3.5.0-SNAPSHOT [175/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] The project's OSGi version is 3.5.0.v20210630-1723 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:test (default-test) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.apt.tests >-------------- [INFO] Building org.eclipse.jdt.apt.tests 3.5.0-SNAPSHOT [176/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.tests --- [INFO] The project's OSGi version is 3.5.0.v20210623-1209 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.apt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.apt.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.apt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.apt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.apt.tests --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/target/aptext.jar-classes [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/target/apt.jar-classes [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.apt.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.apt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/aptext.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/apt.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.tests --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.tests:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.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.tests:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.apt.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:2.4.0:test (default-test) @ org.eclipse.jdt.apt.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.tests --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.jdt:org.eclipse.jdt.debug.tests >------------- [INFO] Building org.eclipse.jdt.debug.tests 3.11.1400-SNAPSHOT [177/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.tests --- [INFO] The project's OSGi version is 3.11.1400.v20210816-1720 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.debug.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.debug.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.debug.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.debug.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.debug.tests --- [INFO] Compiling 338 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.debug.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.debug.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.11.1400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/javadebugtests.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.11.1400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.tests --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.11.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:test (default-test) @ org.eclipse.jdt.debug.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug.tests --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.core:org.eclipse.core.filebuffers.tests >--------- [INFO] Building org.eclipse.core.filebuffers.tests 3.12.100-SNAPSHOT [178/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.filebuffers.tests --- [INFO] The project's OSGi version is 3.12.100.v20210608-1324 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.filebuffers.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.filebuffers.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.filebuffers.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.filebuffers.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.filebuffers.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.filebuffers.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.filebuffers.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.tests/target/org.eclipse.core.filebuffers.tests-3.12.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.filebuffers.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.tests/target/org.eclipse.core.filebuffers.tests-3.12.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filebuffers.tests --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.filebuffers.tests:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.tests/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.filebuffers.tests:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.core.filebuffers.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:2.4.0:test (default-test) @ org.eclipse.core.filebuffers.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filebuffers.tests --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.text:org.eclipse.text.tests >--------------- [INFO] Building org.eclipse.text.tests 3.13.100-SNAPSHOT [179/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.text.tests --- [INFO] The project's OSGi version is 3.13.100.v20210629-1413 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.text.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.text.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.text.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.text.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.text.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.text.tests --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.text.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.tests/target/org.eclipse.text.tests-3.13.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.tests/target/org.eclipse.text.tests-3.13.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text.tests --- [WARNING] MavenProject: org.eclipse.text:org.eclipse.text.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.text:org.eclipse.text.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.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:2.4.0:test (default-test) @ org.eclipse.text.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text.tests --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.jface:org.eclipse.jface.text.tests >----------- [INFO] Building org.eclipse.jface.text.tests 3.12.200-SNAPSHOT [180/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.text.tests --- [INFO] The project's OSGi version is 3.12.200.v20210629-1413 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface.text.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface.text.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface.text.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface.text.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface.text.tests --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface.text.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.tests/target/org.eclipse.jface.text.tests-3.12.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.tests/target/org.eclipse.jface.text.tests-3.12.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.text.tests --- [WARNING] MavenProject: org.eclipse.jface:org.eclipse.jface.text.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.jface:org.eclipse.jface.text.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.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:2.4.0:test (default-test) @ org.eclipse.jface.text.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.text.tests --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.ui.tests >-------------- [INFO] Building org.eclipse.jdt.ui.tests 3.14.0-SNAPSHOT [181/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.tests --- [INFO] The project's OSGi version is 3.14.0.v20210730-0257 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.ui.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.ui.tests --- [INFO] Compiling 310 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.ui.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.tests --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.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.ui.tests:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.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:2.4.0:test (default-test) @ org.eclipse.jdt.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.tests --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.text.tests >------------- [INFO] Building org.eclipse.jdt.text.tests 3.13.1400-SNAPSHOT [182/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.text.tests --- [INFO] The project's OSGi version is 3.13.1400.v20210815-1151 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.text.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.text.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.text.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.text.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.text.tests --- [INFO] Compiling 171 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.text.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.tests/target/org.eclipse.jdt.text.tests-3.13.1400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.tests/target/org.eclipse.jdt.text.tests-3.13.1400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.text.tests --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.text.tests:3.13.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.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.text.tests:3.13.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.text.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:2.4.0:test (default-test) @ org.eclipse.jdt.text.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.text.tests --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.ltk:org.eclipse.ltk.core.refactoring.tests >------- [INFO] Building org.eclipse.ltk.core.refactoring.tests 3.9.0-SNAPSHOT [183/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0: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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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:2.4.0:test (default-test) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.ltk:org.eclipse.ltk.ui.refactoring.tests >-------- [INFO] Building org.eclipse.ltk.ui.refactoring.tests 3.10.0-SNAPSHOT [184/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0: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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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:2.4.0:test (default-test) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring >-------- [INFO] Building org.eclipse.jdt.ui.tests.refactoring 3.14.0-SNAPSHOT [185/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] The project's OSGi version is 3.14.0.v20210805-2208 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Compiling 225 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/target/org.eclipse.jdt.ui.tests.refactoring-3.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/target/org.eclipse.jdt.ui.tests.refactoring-3.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.tests.refactoring --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/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.ui.tests.refactoring:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] 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 [186/495] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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) * sql (header transformer with sql comment style) * php (header transformer with php comment style) * properties (header transformer with properties file comment style) * jsp (header transformer with jsp comment style) * rst (header transformer with rst comment style) * ftl (header transformer with free marker comment style) * xml (header transformer with xml comment style) * apt (header transformer with apt comment style) * xml (header transformer with html comment style) * mysql (header transformer with mysql comment style) [INFO] Adding a license repository jar:file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/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 'sql' to comment style 'sql' [INFO] Associate extension 'php' to comment style 'php' [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 'jsp' to comment style 'jsp' [INFO] Associate extension 'jspx' to comment style 'jsp' [INFO] Associate extension 'rst' to comment style 'rst' [INFO] Associate extension 'ftl' to comment style 'ftl' [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] Associate extension 'apt' to comment style 'apt' [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 'mysql' to comment style 'mysql' [INFO] Will search files to update from root /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src [INFO] Skip not found root /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/generated-sources [INFO] Skip not found root /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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 'html' [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 'properties' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] - header was updated for /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/resources/junit/runner/excluded.properties [INFO] Process header 'sql' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] Process header 'ftl' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] Scan 56 files header done in 56.627ms. [INFO] All files are up-to-date. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Assert.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Assert.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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.2.0:testResources (default-testResources) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0: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/eng.aggregator_R4_21_maintenance/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.3.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/eng.aggregator_R4_21_maintenance/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:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects >-------- [INFO] Building org.eclipse.jdt.ui.examples.projects 3.2.0-SNAPSHOT [187/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- maven-dependency-plugin:2.8: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/eng.aggregator_R4_21_maintenance/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.2.0:resources (default-resources) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/jdtexamples.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0: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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.debug:org.eclipse.unittest.ui >-------------- [INFO] Building org.eclipse.unittest.ui 1.0.100-SNAPSHOT [188/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.unittest.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.unittest.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.unittest.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.unittest.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.unittest.ui --- [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.unittest.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.unittest.ui_1.0.100.v20210429-0605, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.unittest.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.unittest.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.unittest.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/target/org.eclipse.unittest.ui-1.0.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.unittest.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.ui/target/org.eclipse.unittest.ui-1.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.unittest.ui --- [INFO] MavenProject: org.eclipse.debug:org.eclipse.unittest.ui:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.unittest.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.unittest.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.unittest.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.unittest.ui --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit >---------- [INFO] Building org.eclipse.jdt.ui.unittest.junit 1.0.200-SNAPSHOT [189/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] The project's OSGi version is 1.0.200.v20210429-2046 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.ui.unittest.junit_1.0.200.v20210429-2046, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/org.eclipse.jdt.ui.unittest.junit-1.0.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/org.eclipse.jdt.ui.unittest.junit-1.0.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] 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.100-SNAPSHOT [190/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] The project's OSGi version is 1.0.100.v20210429-2046 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/target/org.eclipse.jdt.ui.unittest.junit.feature-1.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/target/org.eclipse.jdt.ui.unittest.junit.feature-1.0.100-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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] [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.pde:org.eclipse.pde.build.tests >------------- [INFO] Building org.eclipse.pde.build.tests 1.3.100-SNAPSHOT [191/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.build.tests --- [INFO] The project's OSGi version is 1.3.100.v20210428-2136 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.build.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.build.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.build.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.build.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.build.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.build.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.build.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.build.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.build.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.build.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.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.build.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.build/org.eclipse.pde.build.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:2.4.0:test (default-test) @ org.eclipse.pde.build.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.build.tests --- [INFO] Skipped [INFO] [INFO] ---------------< eclipse.pde.ui:eclipse.pde.ui.apitools >--------------- [INFO] Building eclipse.pde.ui.apitools 4.21.0-SNAPSHOT [192/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.pde.ui.apitools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.pde.ui.apitools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.pde.ui.apitools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.pde.ui.apitools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.pde.ui.apitools --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.ui.apitools --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.api.tools >-------------- [INFO] Building org.eclipse.pde.api.tools 1.2.600-SNAPSHOT [193/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools --- [INFO] The project's OSGi version is 1.2.600.v20210812-0807 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.api.tools --- [INFO] Compiling 204 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[47] import org.eclipse.jdt.internal.launching.environments.EnvironmentsManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EnvironmentsManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[225] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EnvironmentsManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[225] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId); ^^^^^^^^^^ Discouraged access: The method 'EnvironmentsManager.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[225] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId); ^^^^^^^^^^^^^^ Discouraged access: The method 'EnvironmentsManager.getEnvironment(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') 4 problems (4 warnings) [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target/lib/apitooling-ant.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.api.tools_1.2.600.v20210812-0807, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target/classes:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target/lib/apitooling-ant.jar-classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/lib/apitooling-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different org/eclipse/pde/api/tools/internal/util/Util.class: different [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.pde:org.eclipse.pde.api.tools.annotations >-------- [INFO] Building org.eclipse.pde.api.tools.annotations 1.1.400-SNAPSHOT [194/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.annotations --- [INFO] The project's OSGi version is 1.1.400.v20190929-1236 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools.annotations --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.api.tools.annotations --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools.annotations --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.annotations --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools.annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.1.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.1.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.annotations/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools.annotations --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools.annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.annotations --- [INFO] Skipped [INFO] [INFO] ----< eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation10 >----- [INFO] Building [bundle] CDC-1.0/Foundation-1.0 Execution Environment Description 1.1.400-SNAPSHOT [195/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] The project's OSGi version is 1.1.400.v20190929-1236 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/target/org.eclipse.pde.api.tools.ee.cdcfoundation10-1.1.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/target/org.eclipse.pde.api.tools.ee.cdcfoundation10-1.1.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [WARNING] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation10:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation10:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/.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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.ee.cdcfoundation10 --- [INFO] Skipped [INFO] [INFO] ----< eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation11 >----- [INFO] Building [bundle] CDC-1.1/Foundation-1.1 Execution Environment Description 1.1.400-SNAPSHOT [196/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] The project's OSGi version is 1.1.400.v20190929-1236 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/target/org.eclipse.pde.api.tools.ee.cdcfoundation11-1.1.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/target/org.eclipse.pde.api.tools.ee.cdcfoundation11-1.1.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [WARNING] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation11:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.cdcfoundation11:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/.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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.ee.cdcfoundation11 --- [INFO] Skipped [INFO] [INFO] -----< eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum10 >------ [INFO] Building [bundle] OSGi/Minimum-1.0 Environment Description 1.1.400-SNAPSHOT [197/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] The project's OSGi version is 1.1.400.v20190929-1236 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/target/org.eclipse.pde.api.tools.ee.osgiminimum10-1.1.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/target/org.eclipse.pde.api.tools.ee.osgiminimum10-1.1.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [WARNING] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum10:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum10:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/.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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.ee.osgiminimum10 --- [INFO] Skipped [INFO] [INFO] -----< eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum11 >------ [INFO] Building [bundle] OSGi/Minimum-1.1 Execution Environment Description 1.1.400-SNAPSHOT [198/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] The project's OSGi version is 1.1.400.v20190929-1236 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/target/org.eclipse.pde.api.tools.ee.osgiminimum11-1.1.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/target/org.eclipse.pde.api.tools.ee.osgiminimum11-1.1.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [WARNING] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum11:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum11:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/.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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.ee.osgiminimum11 --- [INFO] Skipped [INFO] [INFO] -----< eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum12 >------ [INFO] Building [bundle] OSGi/Minimum-1.2 Execution Environment Description 1.1.400-SNAPSHOT [199/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] The project's OSGi version is 1.1.400.v20190929-1236 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/target/org.eclipse.pde.api.tools.ee.osgiminimum12-1.1.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/target/org.eclipse.pde.api.tools.ee.osgiminimum12-1.1.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [WARNING] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum12:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.osgiminimum12:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/.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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.ee.osgiminimum12 --- [INFO] Skipped [INFO] [INFO] --------< eclipse.pde.ui:org.eclipse.pde.api.tools.ee.feature >--------- [INFO] Building [feature] API Tools Execution Environment Descriptions 1.0.800-SNAPSHOT [200/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] The project's OSGi version is 1.0.800.v20210114-1512 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.feature/target/org.eclipse.pde.api.tools.ee.feature-1.0.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ee.feature:1.0.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ee.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.ee.feature --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.p2.operations >-------- [INFO] Building org.eclipse.equinox.p2.operations 2.6.0-SNAPSHOT [201/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.operations --- [INFO] The project's OSGi version is 2.6.0.v20210315-2228 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.operations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.operations --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.operations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.operations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.operations --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.operations --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.operations --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.operations --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.operations --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/org.eclipse.equinox.p2.operations-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.operations --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/org.eclipse.equinox.p2.operations-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.operations --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.operations:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.operations --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.operations --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.operations --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.security.ui >--------- [INFO] Building org.eclipse.equinox.security.ui 1.3.0-SNAPSHOT [202/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.ui --- [INFO] The project's OSGi version is 1.3.0.v20210121-0947 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.security.ui --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.security.ui_1.3.0.v20210121-0947, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.ui --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.security.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.ui --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.p2.ui >------------ [INFO] Building org.eclipse.equinox.p2.ui 2.7.200-SNAPSHOT [203/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui --- [INFO] The project's OSGi version is 2.7.200.v20210615-1334 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.ui --- [INFO] Compiling 144 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.ui_2.7.200.v20210615-1334, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/org.eclipse.equinox.p2.ui-2.7.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/org.eclipse.equinox.p2.ui-2.7.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui:2.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.osgi:org.eclipse.osgi.compatibility.state >-------- [INFO] Building org.eclipse.osgi.compatibility.state 1.2.500-SNAPSHOT [204/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.compatibility.state --- [INFO] The project's OSGi version is 1.2.500.v20210730-0750 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.osgi.compatibility.state --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.osgi.compatibility.state --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.osgi.compatibility.state --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.osgi.compatibility.state --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.osgi.compatibility.state --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.osgi.compatibility.state --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.osgi.compatibility.state --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.compatibility.state --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.compatibility.state:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.osgi.compatibility.state --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.osgi.compatibility.state --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.compatibility.state --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.launching >-------------- [INFO] Building org.eclipse.pde.launching 3.9.400-SNAPSHOT [205/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.launching --- [INFO] The project's OSGi version is 3.9.400.v20210626-1500 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.launching --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.launching --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.launching --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.launching --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.launching --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java:[25] import org.eclipse.jdt.internal.launching.environments.EnvironmentsManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EnvironmentsManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java:[68] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(env.getId()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EnvironmentsManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java:[68] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(env.getId()); ^^^^^^^^^^ Discouraged access: The method 'EnvironmentsManager.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java:[68] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(env.getId()); ^^^^^^^^^^^^^^ Discouraged access: The method 'EnvironmentsManager.getEnvironment(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') 5. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 496) @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ At least one of the problems in category 'deprecation' is not analysed due to a compiler option being ignored 6. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 581) @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ At least one of the problems in category 'deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[218] if (configuration.getAttribute(JUnitLaunchConfigurationConstants.ATTR_RUN_WITH_JUNIT_PLATFORM_ANNOTATION, false)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JUnitLaunchConfigurationConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[218] if (configuration.getAttribute(JUnitLaunchConfigurationConstants.ATTR_RUN_WITH_JUNIT_PLATFORM_ANNOTATION, false)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JUnitLaunchConfigurationConstants.ATTR_RUN_WITH_JUNIT_PLATFORM_ANNOTATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[445] ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); ^^^^^^^^^ Discouraged access: The type 'ITestKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[445] ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JUnitLaunchConfigurationConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[445] ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JUnitLaunchConfigurationConstants.getTestRunnerKind(ILaunchConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[446] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TestKindRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[446] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId())) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'TestKindRegistry.JUNIT4_TEST_KIND_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[446] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId())) ^^^^^ Discouraged access: The method 'ITestKind.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') 14 problems (0 errors, 12 warnings, 2 infos) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.launching --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.launching_3.9.400.v20210626-1500, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.launching --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.launching --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.launching --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/target/org.eclipse.pde.launching-3.9.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.launching/target/org.eclipse.pde.launching-3.9.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.launching --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.launching:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.launching --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.launching --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.launching --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.ui:org.eclipse.ui.views.log >--------------- [INFO] Building org.eclipse.ui.views.log 1.3.0-SNAPSHOT [206/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views.log --- [INFO] The project's OSGi version is 1.3.0.v20210619-1213 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.views.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.views.log --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.views.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.views.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.views.log --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.views.log --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.views.log_1.3.0.v20210619-1213, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.views.log --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.views.log --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.views.log --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/org.eclipse.ui.views.log-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.views.log --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/org.eclipse.ui.views.log-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views.log --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.views.log:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.views.log --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.views.log --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views.log --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.ui:org.eclipse.ui.trace >----------------- [INFO] Building org.eclipse.ui.trace 1.2.0-SNAPSHOT [207/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.trace --- [INFO] The project's OSGi version is 1.2.0.v20210110-1242 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.trace --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.trace --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.trace --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.trace --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.trace --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.trace --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.trace_1.2.0.v20210110-1242, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.trace --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.trace --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.trace --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/target/org.eclipse.ui.trace-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/target/org.eclipse.ui.trace-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.trace --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.trace:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.ui.trace/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.trace --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.trace --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.trace --- [INFO] Skipped [INFO] [INFO] -----------------< org.eclipse.pde:org.eclipse.pde.ui >----------------- [INFO] Building org.eclipse.pde.ui 3.13.200-SNAPSHOT [208/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui --- [INFO] The project's OSGi version is 3.13.200.v20210820-1453 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ui --- [INFO] Compiling 1019 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[22] import org.eclipse.equinox.internal.p2.metadata.TranslationSupport; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[46] private TranslationSupport fTranslations; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[59] fTranslations = TranslationSupport.getInstance(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[59] fTranslations = TranslationSupport.getInstance(); ^^^^^^^^^^^ Discouraged access: The method 'TranslationSupport.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[149] 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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java:[258] * @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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java:[258] * @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/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[960] commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[960] commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Project.internalGetDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[960] commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); ^^^^^^^^^^^^ Discouraged access: The method 'ProjectDescription.getBuildSpec(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[172] ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(fLaunchConfig); ^^^^^^^^^ Discouraged access: The type 'ITestKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[172] ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(fLaunchConfig); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JUnitLaunchConfigurationConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[172] ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(fLaunchConfig); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JUnitLaunchConfigurationConstants.getTestRunnerKind(ILaunchConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[173] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TestKindRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[173] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'TestKindRegistry.JUNIT4_TEST_KIND_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[173] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { ^^^^^ Discouraged access: The method 'ITestKind.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[173] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TestKindRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[173] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'TestKindRegistry.JUNIT5_TEST_KIND_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[173] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { ^^^^^ Discouraged access: The method 'ITestKind.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[193] private String[] addJunitPlugins(String[] requiredIds, ITestKind testKind) { ^^^^^^^^^ Discouraged access: The type 'ITestKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[198] if (TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TestKindRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[198] if (TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'TestKindRegistry.JUNIT5_TEST_KIND_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[198] if (TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { ^^^^^ Discouraged access: The method 'ITestKind.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java:[61] import org.eclipse.swt.internal.BidiUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java:[1041] if (BidiUtil.isBidiPlatform()) ^^^^^^^^ Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java:[1041] if (BidiUtil.isBidiPlatform()) ^^^^^^^^^^^^^^ Discouraged access: The method 'BidiUtil.isBidiPlatform()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') 37. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1622) if (sourceElementObject.equals(previousNode)) { ^^^^^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement 38. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1633) if (targetElementObject.equals(nextNode)) { ^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement 39. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1647) if (sourceElementObject.equals(lastNode)) { ^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement 40. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1692) if (sourceElementObject.equals(lastNode)) { ^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement 41. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1760) if (sourceExtensionObject.equals(previousNode)) { ^^^^^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension 42. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1767) if (targetExtensionObject.equals(nextNode)) { ^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[58] import org.eclipse.ui.internal.genericeditor.ExtensionBasedTextEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[77] private ExtensionBasedTextEditor fTextualEditor; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[510] fTextualEditor = new ExtensionBasedTextEditor(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[510] fTextualEditor = new ExtensionBasedTextEditor(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ExtensionBasedTextEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[49] vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs); ^^^^^^^^^^^^^^ Discouraged access: The type 'AssertionVMArg' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[49] vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AssertionVMArg.enableAssertInArgString(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[25] import org.eclipse.equinox.internal.p2.ui.actions.PropertyDialogAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PropertyDialogAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[28] import org.eclipse.equinox.internal.p2.ui.query.IUViewQueryContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IUViewQueryContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[49] import org.eclipse.ui.internal.progress.ProgressMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProgressMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[85] private IUViewQueryContext fQueryContext; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IUViewQueryContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[230] final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProgressMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[230] final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ProgressMessages.PendingUpdateAdapter_PendingLabel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[274] final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProgressMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[274] final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ProgressMessages.PendingUpdateAdapter_PendingLabel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[368] fPropertyAction = new PropertyDialogAction(new SameShellProvider(getShell()), fAvailableIUGroup.getStructuredViewer()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PropertyDialogAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[368] fPropertyAction = new PropertyDialogAction(new SameShellProvider(getShell()), fAvailableIUGroup.getStructuredViewer()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PropertyDialogAction(IShellProvider, ISelectionProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[434] fQueryContext.setInstalledProfileId(P2TargetUtils.getProfileId(fTarget)); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IUViewQueryContext.setInstalledProfileId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[435] fQueryContext.setHideAlreadyInstalled(false); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IUViewQueryContext.setHideAlreadyInstalled(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[443] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY); ^^^^^^^^^^^ Discouraged access: The method 'IUViewQueryContext.setViewType(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[443] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IUViewQueryContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[443] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[445] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); ^^^^^^^^^^^ Discouraged access: The method 'IUViewQueryContext.setViewType(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[445] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IUViewQueryContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[445] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IUViewQueryContext.AVAILABLE_VIEW_FLAT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[447] fQueryContext.setShowLatestVersionsOnly(fShowOldVersionsButton.getSelection()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IUViewQueryContext.setShowLatestVersionsOnly(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[517] boolean showCategories = fQueryContext.shouldGroupByCategories(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IUViewQueryContext.shouldGroupByCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[518] boolean showOldVersions = fQueryContext.getShowLatestVersionsOnly(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IUViewQueryContext.getShowLatestVersionsOnly()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[602] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); ^^^^^^^^^^^ Discouraged access: The method 'IUViewQueryContext.setViewType(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[602] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IUViewQueryContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[602] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IUViewQueryContext.AVAILABLE_VIEW_FLAT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') 85 problems (0 errors, 79 warnings, 6 infos) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.ui_3.13.200.v20210820-1453, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.13.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.13.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui --- [INFO] Skipped [INFO] [INFO] ------------< eclipse.pde.ui:org.eclipse.pde.api.tools.ui >------------- [INFO] Building [bundle] API Tools UI 1.2.400-SNAPSHOT [209/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.ui --- [INFO] The project's OSGi version is 1.2.400.v20210721-1110 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.api.tools.ui --- [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java:[17] import org.eclipse.jdt.internal.ui.util.StringMatcher; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringMatcher' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java:[27] StringMatcher matcher = null; ^^^^^^^^^^^^^ Discouraged access: The type 'StringMatcher' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java:[52] matcher = new StringMatcher(pattern, true, false); ^^^^^^^^^^^^^ Discouraged access: The type 'StringMatcher' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java:[52] matcher = new StringMatcher(pattern, true, false); ^^^^^^^^^^^^^ Discouraged access: The constructor 'StringMatcher(String, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/StringFilter.java:[53] return matcher.match(name, 0, name.length()); ^^^^^ Discouraged access: The method 'StringMatcher.match(String, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[51] import org.eclipse.pde.internal.core.target.ExternalFileTargetHandle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[52] import org.eclipse.pde.internal.core.target.WorkspaceFileTargetHandle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkspaceFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[53] import org.eclipse.pde.internal.ui.PDELabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDELabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[54] import org.eclipse.pde.internal.ui.PDEPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDEPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[55] import org.eclipse.pde.internal.ui.PDEPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDEPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[107] private PDELabelProvider pdeLabelProvider = PDEPlugin.getDefault().getLabelProvider(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDELabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[107] private PDELabelProvider pdeLabelProvider = PDEPlugin.getDefault().getLabelProvider(); ^^^^^^^^^ Discouraged access: The type 'PDEPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[107] private PDELabelProvider pdeLabelProvider = PDEPlugin.getDefault().getLabelProvider(); ^^^^^^^^^^ Discouraged access: The method 'PDEPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[107] private PDELabelProvider pdeLabelProvider = PDEPlugin.getDefault().getLabelProvider(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'PDEPlugin.getLabelProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[125] if (targetHandle instanceof WorkspaceFileTargetHandle) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkspaceFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[126] IFile file = ((WorkspaceFileTargetHandle) targetHandle).getTargetFile(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkspaceFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[126] IFile file = ((WorkspaceFileTargetHandle) targetHandle).getTargetFile(); ^^^^^^^^^^^^^ Discouraged access: The method 'WorkspaceFileTargetHandle.getTargetFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[129] } else if (targetHandle instanceof ExternalFileTargetHandle) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[130] URI uri = ((ExternalFileTargetHandle) targetHandle).getLocation(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalFileTargetHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[130] URI uri = ((ExternalFileTargetHandle) targetHandle).getLocation(); ^^^^^^^^^^^ Discouraged access: The method 'ExternalFileTargetHandle.getLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[142] return pdeLabelProvider.get(PDEPluginImages.DESC_TARGET_DEFINITION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDEPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/TargetBasedApiBaselineWizardPage.java:[142] return pdeLabelProvider.get(PDEPluginImages.DESC_TARGET_DEFINITION); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'PDEPluginImages.DESC_TARGET_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/markers/PDEConfigureProblemSeverityAction.java:[34] import org.eclipse.pde.internal.ui.correction.OptionalMessageDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OptionalMessageDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui/target/classes') 23 problems (23 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.api.tools.ui_1.2.400.v20210721-1110, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/target/org.eclipse.pde.api.tools.ui-1.2.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/target/org.eclipse.pde.api.tools.ui-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.ui --- [INFO] MavenProject: eclipse.pde.ui:org.eclipse.pde.api.tools.ui:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.ui --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.pde:org.eclipse.pde.api.tools.tests >----------- [INFO] Building org.eclipse.pde.api.tools.tests 1.2.400-SNAPSHOT [210/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.tests --- [INFO] The project's OSGi version is 1.2.400.v20210714-0905 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.api.tools.tests --- [INFO] Compiling 200 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.2.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.tests:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.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.api.tools.tests:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.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:2.4.0:test (default-test) @ org.eclipse.pde.api.tools.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.tests --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ds.core >--------------- [INFO] Building org.eclipse.pde.ds.core 1.2.300-SNAPSHOT [211/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.core --- [INFO] The project's OSGi version is 1.2.300.v20210316-0728 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ds.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ds.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ds.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ds.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ds.core --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ds.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.ds.core_1.2.300.v20210316-0728, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ds.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.ds.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ds.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/target/org.eclipse.pde.ds.core-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/target/org.eclipse.pde.ds.core-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.core --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.core:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.ds.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.ds.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.core --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ds.tests >-------------- [INFO] Building org.eclipse.pde.ds.tests 1.2.0-SNAPSHOT [212/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.tests --- [INFO] The project's OSGi version is 1.2.0.v20200812-1820 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ds.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ds.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ds.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ds.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ds.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ds.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.tests/target/org.eclipse.pde.ds.tests-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.tests/target/org.eclipse.pde.ds.tests-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.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.ds.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.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:2.4.0:test (default-test) @ org.eclipse.pde.ds.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.tests --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.ds.ui >---------------- [INFO] Building org.eclipse.pde.ds.ui 1.2.100-SNAPSHOT [213/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.ui --- [INFO] The project's OSGi version is 1.2.100.v20210507-0837 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ds.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ds.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ds.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ds.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ds.ui --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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/eng.aggregator_R4_21_maintenance/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') 9 problems (9 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ds.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.ds.ui_1.2.100.v20210507-0837, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ds.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.ds.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ds.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/target/org.eclipse.pde.ds.ui-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/target/org.eclipse.pde.ds.ui-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.ui --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.ui:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.ds.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.ds.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.ui --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.ds.lib >--------------- [INFO] Building org.eclipse.pde.ds.lib 1.1.500-SNAPSHOT [214/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ds.lib --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.lib --- [INFO] The project's OSGi version is 1.1.500.v20210209-1250 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ds.lib --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ds.lib --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ds.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ds.lib --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ds.lib --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ds.lib --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (annotationssrc-zip) @ org.eclipse.pde.ds.lib --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/annotationssrc.zip into /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/target/annotationssrc [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ds.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ds.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ds.lib --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ds.lib --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ds.lib --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.ds.lib --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.ds.lib --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ds.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/target/org.eclipse.pde.ds.lib-1.1.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/target/org.eclipse.pde.ds.lib-1.1.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.lib --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.lib:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.lib/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.ds.lib --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.ds.lib --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.lib --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.ds1_2.lib >-------------- [INFO] Building org.eclipse.pde.ds1_2.lib 1.0.500-SNAPSHOT [215/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ds1_2.lib --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds1_2.lib --- [INFO] The project's OSGi version is 1.0.500.v20210209-1250 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ds1_2.lib --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ds1_2.lib --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ds1_2.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ds1_2.lib --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ds1_2.lib --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ds1_2.lib --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (annotationssrc-zip) @ org.eclipse.pde.ds1_2.lib --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/annotationssrc.zip into /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/target/annotationssrc [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ds1_2.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ds1_2.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ds1_2.lib --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ds1_2.lib --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ds1_2.lib --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.ds1_2.lib --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.ds1_2.lib --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ds1_2.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/target/org.eclipse.pde.ds1_2.lib-1.0.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ds1_2.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/target/org.eclipse.pde.ds1_2.lib-1.0.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds1_2.lib --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds1_2.lib:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds1_2.lib/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.ds1_2.lib --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.ds1_2.lib --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds1_2.lib --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.pde:org.eclipse.pde.ds.annotations >----------- [INFO] Building org.eclipse.pde.ds.annotations 1.2.200-SNAPSHOT [216/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.annotations --- [INFO] The project's OSGi version is 1.2.200.v20210816-0738 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ds.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ds.annotations --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ds.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ds.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ds.annotations --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ds.annotations --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.ds.annotations_1.2.200.v20210816-0738, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ds.annotations --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.ds.annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ds.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/target/org.eclipse.pde.ds.annotations-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/target/org.eclipse.pde.ds.annotations-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.annotations --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.annotations:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.ds.annotations --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.ds.annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.annotations --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ua.core >--------------- [INFO] Building org.eclipse.pde.ua.core 1.2.200-SNAPSHOT [217/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ua.core --- [INFO] The project's OSGi version is 1.2.200.v20210208-1459 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ua.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ua.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ua.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ua.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ua.core --- [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ua.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.ua.core_1.2.200.v20210208-1459, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ua.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.ua.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ua.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/target/org.eclipse.pde.ua.core-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ua.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/target/org.eclipse.pde.ua.core-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ua.core --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.core:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.ua.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.ua.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ua.core --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.ui:org.eclipse.core.databinding.beans >------- [INFO] Building [bundle] JFace Data Binding for JavaBeans 1.8.0-SNAPSHOT [218/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.beans --- [INFO] The project's OSGi version is 1.8.0.v20210619-1111 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.databinding.beans --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.databinding.beans --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.databinding.beans --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.databinding.beans --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.databinding.beans --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.databinding.beans --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.core.databinding.beans_1.8.0.v20210619-1111, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.databinding.beans --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.databinding.beans --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.databinding.beans --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.beans --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.beans --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.core.databinding.beans:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.databinding.beans --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.databinding.beans --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.beans --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.resources:eclipse.platform.resources >-------- [INFO] Building eclipse.platform.resources 4.21.0-SNAPSHOT [219/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.resources --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.resources --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.resources --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.core:org.eclipse.core.filesystem.linux.x86_64 >------ [INFO] Building org.eclipse.core.filesystem.linux.x86_64 1.2.300-SNAPSHOT [220/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] The project's OSGi version is 1.2.300.v20180828-0158 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.x86_64/target/org.eclipse.core.filesystem.linux.x86_64-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.x86_64/target/org.eclipse.core.filesystem.linux.x86_64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.x86_64 --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.core:org.eclipse.core.filesystem.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.core:org.eclipse.core.net.linux >------------- [INFO] Building org.eclipse.core.net.linux 1.0.0-SNAPSHOT [221/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.net.linux --- [INFO] The project's OSGi version is 1.0.0.v20210424-0724 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.net.linux --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.net.linux --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.net.linux --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.net.linux --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.net.linux --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.net.linux --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.net.linux --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.net.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux/target/org.eclipse.core.net.linux-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.net.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux/target/org.eclipse.core.net.linux-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net.linux --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.net.linux:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.net.linux --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.net.linux --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net.linux --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.core:org.eclipse.core.net.linux.x86_64 >--------- [INFO] Building org.eclipse.core.net.linux.x86_64 1.2.500-SNAPSHOT [222/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.net.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.net.linux.x86_64 --- [INFO] The project's OSGi version is 1.2.500.v20210510-1619 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.net.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.net.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.net.linux.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.net.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.net.linux.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.net.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.net.linux.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux.x86_64/target/org.eclipse.core.net.linux.x86_64-1.2.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux.x86_64/target/org.eclipse.core.net.linux.x86_64-1.2.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net.linux.x86_64 --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.net.linux.x86_64:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.linux.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net.linux.x86_64 --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64 >-- [INFO] Building org.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.300-SNAPSHOT [223/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/target/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.console >----------- [INFO] Building org.eclipse.equinox.console 1.4.400-SNAPSHOT [224/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console --- [INFO] The project's OSGi version is 1.4.400.v20210602-1312 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.console --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.console --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.console --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.console --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.console --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.console --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.console_1.4.400.v20210602-1312, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.console --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.console --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.console --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.console --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.console --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.e4:org.eclipse.e4.ui.swt.gtk >-------------- [INFO] Building org.eclipse.e4.ui.swt.gtk 1.1.100-SNAPSHOT [225/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.swt.gtk --- [INFO] The project's OSGi version is 1.1.100.v20210108-1832 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.swt.gtk --- [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.ui.swt.gtk:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le >-- [INFO] Building org.eclipse.equinox.launcher.gtk.linux.ppc64le 1.2.300-SNAPSHOT [226/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/target/org.eclipse.equinox.launcher.gtk.linux.ppc64le-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64 >-- [INFO] Building org.eclipse.equinox.launcher.gtk.linux.aarch64 1.2.300-SNAPSHOT [227/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/target/org.eclipse.equinox.launcher.gtk.linux.aarch64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64 >-- [INFO] Building org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.300-SNAPSHOT [228/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target [INFO] [chmod] Skipping fileset for directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target. It is empty. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.e4:org.eclipse.e4.ui.swt.win32 >------------- [INFO] Building org.eclipse.e4.ui.swt.win32 1.1.0-SNAPSHOT [229/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.swt.win32 --- [INFO] The project's OSGi version is 1.1.0.v20201119-1132 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.swt.win32 --- [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.ui.swt.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.e4:org.eclipse.e4.ui.workbench.renderers.swt.cocoa >--- [INFO] Building org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.12.600-SNAPSHOT [230/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] The project's OSGi version is 0.12.600.v20200416-0656 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java:[22] import org.eclipse.e4.core.services.statusreporter.StatusReporter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java:[61] protected Provider statusReporter; ^^^^^^^^^^^^^^ Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java:[153] .report(new Status(IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID, ^^^^^^ Discouraged access: The method 'StatusReporter.report(IStatus, int, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java:[155] StatusReporter.LOG); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java:[155] StatusReporter.LOG); ^^^ Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[21] import org.eclipse.swt.internal.cocoa.NSApplication; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NSApplication' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[40] if (shells[i].view.window().isKeyWindow()) { ^^^^^^ Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[40] if (shells[i].view.window().isKeyWindow()) { ^^^^^^^^^^^ Discouraged access: The method 'NSWindow.isKeyWindow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[50] NSApplication app = NSApplication.sharedApplication(); ^^^^^^^^^^^^^ Discouraged access: The type 'NSApplication' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[50] NSApplication app = NSApplication.sharedApplication(); ^^^^^^^^^^^^^ Discouraged access: The type 'NSApplication' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[50] NSApplication app = NSApplication.sharedApplication(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NSApplication.sharedApplication()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[51] app.arrangeInFront(app); ^^^^^^^^^^^^^^ Discouraged access: The method 'NSApplication.arrangeInFront(id)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[37] import org.eclipse.e4.core.services.statusreporter.StatusReporter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[90] protected Provider statusReporter; ^^^^^^^^^^^^^^ Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[147] statusReporter.get().report(new Status(IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID, ^^^^^^ Discouraged access: The method 'StatusReporter.report(IStatus, int, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[148] "Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[148] "Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$ ^^^ Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[388] .report(new Status(IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID, ^^^^^^ Discouraged access: The method 'StatusReporter.report(IStatus, int, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[390] StatusReporter.LOG); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[390] StatusReporter.LOG); ^^^ Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java:[22] import org.eclipse.swt.internal.cocoa.NSWindow; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java:[35] NSWindow window = shell.view.window(); ^^^^^^^^ Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java:[35] NSWindow window = shell.view.window(); ^^^^^^ Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java:[39] return !window.isMiniaturized(); ^^^^^^^^^^^^^^ Discouraged access: The method 'NSWindow.isMiniaturized()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java:[17] import org.eclipse.swt.internal.cocoa.NSObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NSObject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java:[19] public class SWTCocoaEnhancerDelegate extends NSObject { ^^^^^^^^ Discouraged access: The type 'NSObject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java:[22] super(); ^^^^^^^^ Discouraged access: The constructor 'NSObject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java:[21] import org.eclipse.swt.internal.cocoa.NSWindow; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java:[33] NSWindow window = shell.view.window(); ^^^^^^^^ Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java:[33] NSWindow window = shell.view.window(); ^^^^^^ Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java:[37] window.miniaturize(window); ^^^^^^^^^^^ Discouraged access: The method 'NSWindow.miniaturize(id)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java:[21] import org.eclipse.swt.internal.cocoa.NSWindow; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java:[33] NSWindow window = shell.view.window(); ^^^^^^^^ Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java:[33] NSWindow window = shell.view.window(); ^^^^^^ Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java:[37] window.zoom(window); ^^^^ Discouraged access: The method 'NSWindow.zoom(id)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes') 35 problems (35 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.12.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.12.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.12.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64 >-- [INFO] Building org.eclipse.equinox.launcher.cocoa.macosx.x86_64 1.2.300-SNAPSHOT [231/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/target/org.eclipse.equinox.launcher.cocoa.macosx.x86_64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64 >-- [INFO] Building org.eclipse.equinox.launcher.cocoa.macosx.aarch64 1.2.300-SNAPSHOT [232/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/target/org.eclipse.equinox.launcher.cocoa.macosx.aarch64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.e4.feature:org.eclipse.e4.rcp >-------------- [INFO] Building org.eclipse.e4.rcp 4.21.0-SNAPSHOT [233/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.rcp --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/features/org.eclipse.e4.rcp/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.e4.rcp --- [INFO] The project's OSGi version is 4.21.0.v20210903-1204 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/features/org.eclipse.e4.rcp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/features/org.eclipse.e4.rcp/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.e4.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.rcp --- [INFO] No baseline version MavenProject: org.eclipse.e4.feature:org.eclipse.e4.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/features/org.eclipse.e4.rcp/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.e4.rcp --- [WARNING] The following referenced plugins has missing sources com.sun.jna_5.8.0.v20210503-0343 com.sun.jna.platform_5.8.0.v20210406-1004 [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.21.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.e4.rcp --- [INFO] No baseline version MavenProject: org.eclipse.e4.feature:org.eclipse.e4.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/features/org.eclipse.e4.rcp/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.rcp --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.http.registry >-------- [INFO] Building org.eclipse.equinox.http.registry 1.3.0-SNAPSHOT [234/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.registry --- [INFO] The project's OSGi version is 1.3.0.v20210723-1156 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.http.registry --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.http.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.http.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.http.registry --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.http.registry --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.http.registry_1.3.0.v20210723-1156, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.http.registry --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.http.registry --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.http.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.registry/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.http.registry --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.http.registry --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.registry --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper >--------- [INFO] Building org.eclipse.equinox.jsp.jasper 1.1.500-SNAPSHOT [235/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper --- [INFO] The project's OSGi version is 1.1.500.v20200422-1833 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.jsp.jasper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.jsp.jasper --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.jsp.jasper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.jsp.jasper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.jsp.jasper --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.jsp.jasper --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.jsp.jasper --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.jsp.jasper --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.1.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.1.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.jsp.jasper --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.jsp.jasper --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.jsp.jasper --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry >----- [INFO] Building org.eclipse.equinox.jsp.jasper.registry 1.2.0-SNAPSHOT [236/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] The project's OSGi version is 1.2.0.v20210723-2021 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.jsp.jasper.registry_1.2.0.v20210723-2021, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper.registry/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.p2.console >--------- [INFO] Building org.eclipse.equinox.p2.console 1.2.0-SNAPSHOT [237/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.console --- [INFO] The project's OSGi version is 1.2.0.v20210315-2042 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.console --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.console --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.console --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.console_1.2.0.v20210315-2042, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.console --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.console --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/org.eclipse.equinox.p2.console-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/org.eclipse.equinox.p2.console-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.console --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.console:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.console --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.console --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.console --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.p2.touchpoint.natives >---- [INFO] Building org.eclipse.equinox.p2.touchpoint.natives 1.4.100-SNAPSHOT [238/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] The project's OSGi version is 1.4.100.v20210630-1916 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.touchpoint.natives_1.4.100.v20210630-1916, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/org.eclipse.equinox.p2.touchpoint.natives-1.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/org.eclipse.equinox.p2.touchpoint.natives-1.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.touchpoint.natives:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.p2.transport.ecf >------ [INFO] Building org.eclipse.equinox.p2.transport.ecf 1.3.200-SNAPSHOT [239/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] The project's OSGi version is 1.3.200.v20210613-1953 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/org.eclipse.equinox.p2.transport.ecf-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/org.eclipse.equinox.p2.transport.ecf-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.transport.ecf:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.linux >------- [INFO] Building org.eclipse.equinox.security.linux 1.0.200-SNAPSHOT [240/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.linux --- [INFO] The project's OSGi version is 1.0.200.v20210616-0726 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.linux --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.linux --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.linux --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.linux --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.security.linux --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.linux --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.security.linux_1.0.200.v20210616-0726, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.linux --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security.linux --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.0.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.0.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.linux --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.security.linux --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security.linux --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.linux --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64 >---- [INFO] Building org.eclipse.equinox.security.linux.x86_64 1.1.500-SNAPSHOT [241/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] The project's OSGi version is 1.1.500.v20210125-1508 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.x86_64/target/org.eclipse.equinox.security.linux.x86_64-1.1.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.x86_64/target/org.eclipse.equinox.security.linux.x86_64-1.1.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.linux.x86_64 --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64 >---- [INFO] Building org.eclipse.equinox.security.win32.x86_64 1.1.200-SNAPSHOT [242/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] The project's OSGi version is 1.1.200.v20190812-0919 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.1.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.1.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.security.macosx >------- [INFO] Building org.eclipse.equinox.security.macosx 1.101.400-SNAPSHOT [243/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.macosx --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.security.macosx --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.macosx --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.macosx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.security.macosx --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.101.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.101.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.security.macosx --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.security.macosx --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.macosx --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.p2.core.feature >------- [INFO] Building org.eclipse.equinox.p2.core.feature 1.6.1100-SNAPSHOT [244/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.core.feature --- [INFO] The project's OSGi version is 1.6.1100.v20210830-0925 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.core.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.core.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.p2.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/target/org.eclipse.equinox.p2.core.feature-1.6.1100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.core.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.core.feature:1.6.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.equinox.p2.core.feature --- [WARNING] The following referenced plugins has missing sources org.bouncycastle.bcpg_1.69.0.v20210713-1924 org.bouncycastle.bcprov_1.69.0.v20210713-1924 [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/target/org.eclipse.equinox.p2.core.feature-1.6.1100-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.core.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.core.feature:1.6.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.core.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] [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.core.feature --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.p2.directorywatcher >----- [INFO] Building org.eclipse.equinox.p2.directorywatcher 1.3.0-SNAPSHOT [245/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] The project's OSGi version is 1.3.0.v20210316-1209 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/org.eclipse.equinox.p2.directorywatcher-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/org.eclipse.equinox.p2.directorywatcher-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.directorywatcher:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.p2.extensionlocation >---- [INFO] Building org.eclipse.equinox.p2.extensionlocation 1.4.0-SNAPSHOT [246/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] The project's OSGi version is 1.4.0.v20210316-1209 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/org.eclipse.equinox.p2.extensionlocation-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/org.eclipse.equinox.p2.extensionlocation-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.extensionlocation:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.p2.reconciler.dropins >---- [INFO] Building org.eclipse.equinox.p2.reconciler.dropins 1.4.0-SNAPSHOT [247/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] The project's OSGi version is 1.4.0.v20210312-1245 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/org.eclipse.equinox.p2.reconciler.dropins-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/org.eclipse.equinox.p2.reconciler.dropins-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.reconciler.dropins:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.p2.extras.feature >------ [INFO] Building org.eclipse.equinox.p2.extras.feature 1.4.1300-SNAPSHOT [248/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.extras.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.extras.feature --- [INFO] The project's OSGi version is 1.4.1300.v20210830-0925 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.extras.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.extras.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.p2.extras.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/target/org.eclipse.equinox.p2.extras.feature-1.4.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.extras.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.extras.feature:1.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.equinox.p2.extras.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/target/org.eclipse.equinox.p2.extras.feature-1.4.1300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.extras.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.extras.feature:1.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.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] [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.extras.feature --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.p2.updatechecker >------ [INFO] Building org.eclipse.equinox.p2.updatechecker 1.3.0-SNAPSHOT [249/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.updatechecker --- [INFO] The project's OSGi version is 1.3.0.v20210315-2228 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/org.eclipse.equinox.p2.updatechecker-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/org.eclipse.equinox.p2.updatechecker-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.updatechecker --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.updatechecker:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.p2.ui.sdk.scheduler >----- [INFO] Building org.eclipse.equinox.p2.ui.sdk.scheduler 1.5.200-SNAPSHOT [250/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] The project's OSGi version is 1.5.200.v20210813-0818 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.200.v20210813-0818, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/org.eclipse.equinox.p2.ui.sdk.scheduler-1.5.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/org.eclipse.equinox.p2.ui.sdk.scheduler-1.5.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.sdk.scheduler:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.p2.ui.sdk >---------- [INFO] Building org.eclipse.equinox.p2.ui.sdk 1.2.1-SNAPSHOT [251/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] The project's OSGi version is 1.2.1.v20210726-1519 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.ui.sdk_1.2.1.v20210726-1519, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/org.eclipse.equinox.p2.ui.sdk-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/org.eclipse.equinox.p2.ui.sdk-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.sdk:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.p2.rcp.feature >------- [INFO] Building org.eclipse.equinox.p2.rcp.feature 1.4.1300-SNAPSHOT [252/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] The project's OSGi version is 1.4.1300.v20210830-0925 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/target/org.eclipse.equinox.p2.rcp.feature-1.4.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.rcp.feature:1.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/target/org.eclipse.equinox.p2.rcp.feature-1.4.1300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.rcp.feature:1.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.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] [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.p2.ui.importexport >----- [INFO] Building org.eclipse.equinox.p2.ui.importexport 1.3.200-SNAPSHOT [253/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] The project's OSGi version is 1.3.200.v20210813-0818 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.ui.importexport_1.3.200.v20210813-0818, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/org.eclipse.equinox.p2.ui.importexport-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/org.eclipse.equinox.p2.ui.importexport-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.importexport:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.p2.user.ui >--------- [INFO] Building org.eclipse.equinox.p2.user.ui 2.4.1300-SNAPSHOT [254/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.user.ui --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.user.ui --- [INFO] The project's OSGi version is 2.4.1300.v20210830-0925 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.user.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.user.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.p2.user.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/target/org.eclipse.equinox.p2.user.ui-2.4.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.user.ui --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.user.ui:2.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.equinox.p2.user.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/target/org.eclipse.equinox.p2.user.ui-2.4.1300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.user.ui --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.user.ui:2.4.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.user.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-feature] [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.user.ui --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.help:org.eclipse.help.webapp >-------------- [INFO] Building org.eclipse.help.webapp 3.10.400-SNAPSHOT [255/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.help.webapp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.help.webapp --- [INFO] The project's OSGi version is 3.10.400.v20210604-1216 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.help.webapp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.help.webapp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.help.webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.help.webapp --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.help.webapp --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.help.webapp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.help.webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.help.webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.help.webapp --- [INFO] Compiling 100 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.help.webapp --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.help.webapp_3.10.400.v20210604-1216, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/target] [INFO] [INFO] --- jetty-jspc-maven-plugin:10.0.6: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 [1527] milliseconds [INFO] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.2.0:testResources (default-testResources) @ org.eclipse.help.webapp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.help.webapp --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.help.webapp --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.help.webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/target/org.eclipse.help.webapp-3.10.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.help.webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help.webapp/target/org.eclipse.help.webapp-3.10.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help.webapp --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.help.webapp --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.help.webapp --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.webapp --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.help.feature:org.eclipse.help >-------------- [INFO] Building org.eclipse.help.feature 2.3.700-SNAPSHOT [256/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.help --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.help-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.help --- [INFO] The project's OSGi version is 2.3.700.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.help --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.help-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.help --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.help --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.help-feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.help --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.help-feature/target/org.eclipse.help-2.3.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help --- [INFO] No baseline version MavenProject: org.eclipse.help.feature:org.eclipse.help:2.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.help --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.help --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.help-feature/target/org.eclipse.help-2.3.700-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.help --- [INFO] No baseline version MavenProject: org.eclipse.help.feature:org.eclipse.help:2.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.jsch:org.eclipse.jsch.core >--------------- [INFO] Building org.eclipse.jsch.core 1.3.900-SNAPSHOT [257/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jsch.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jsch.core --- [INFO] The project's OSGi version is 1.3.900.v20200422-1935 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jsch.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jsch.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jsch.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jsch.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jsch.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jsch.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jsch.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jsch.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jsch.core --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jsch.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jsch.core_1.3.900.v20200422-1935, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jsch.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jsch.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jsch.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jsch.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/target/org.eclipse.jsch.core-1.3.900-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jsch.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.core/target/org.eclipse.jsch.core-1.3.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jsch.core --- [INFO] MavenProject: org.eclipse.jsch:org.eclipse.jsch.core:1.3.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jsch.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jsch.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jsch.core --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.jsch:org.eclipse.jsch.ui >---------------- [INFO] Building org.eclipse.jsch.ui 1.4.0-SNAPSHOT [258/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jsch.ui --- [INFO] The project's OSGi version is 1.4.0.v20210426-0843 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jsch.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jsch.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jsch.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jsch.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jsch.ui --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jsch.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jsch.ui_1.4.0.v20210426-0843, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jsch.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jsch.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jsch.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/target/org.eclipse.jsch.ui-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jsch.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.ui/target/org.eclipse.jsch.ui-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jsch.ui --- [INFO] MavenProject: org.eclipse.jsch:org.eclipse.jsch.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.jsch.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jsch.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jsch.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jsch.ui --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.doc.user >-------------- [INFO] Building org.eclipse.pde.doc.user 3.14.1300-SNAPSHOT [259/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.doc.user --- [INFO] The project's OSGi version is 3.14.1300.v20210903-1720 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.doc.user --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (copy) @ org.eclipse.pde.doc.user --- [INFO] Copying com.ibm.icu-67.1.0.v20200706-1749.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/com.ibm.icu-67.1.0.v20200706-1749.jar [INFO] Copying com.sun.jna-5.8.0.v20210503-0343.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/com.sun.jna-5.8.0.v20210503-0343.jar [INFO] Copying com.sun.jna.platform-5.8.0.v20210406-1004.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/com.sun.jna.platform-5.8.0.v20210406-1004.jar [INFO] Copying javax.annotation-1.3.5.v20200909-1856.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/javax.annotation-1.3.5.v20200909-1856.jar [INFO] Copying org.eclipse.osgi-3.17.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.osgi-3.17.0-SNAPSHOT.jar [INFO] Copying ant-antlr.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-antlr.jar.jar [INFO] Copying ant-apache-bcel.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-bcel.jar.jar [INFO] Copying ant-apache-bsf.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-bsf.jar.jar [INFO] Copying ant-apache-log4j.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-log4j.jar.jar [INFO] Copying ant-apache-oro.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-oro.jar.jar [INFO] Copying ant-apache-regexp.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-regexp.jar.jar [INFO] Copying ant-apache-resolver.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-resolver.jar.jar [INFO] Copying ant-apache-xalan2.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-apache-xalan2.jar.jar [INFO] Copying ant-commons-logging.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-commons-logging.jar.jar [INFO] Copying ant-commons-net.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-commons-net.jar.jar [INFO] Copying ant-imageio.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-imageio.jar.jar [INFO] Copying ant-jai.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jai.jar.jar [INFO] Copying ant-javamail.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-javamail.jar.jar [INFO] Copying ant-jdepend.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jdepend.jar.jar [INFO] Copying ant-jmf.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jmf.jar.jar [INFO] Copying ant-jsch.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-jsch.jar.jar [INFO] Copying ant-junit.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-junit.jar.jar [INFO] Copying ant-junit4.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-junit4.jar.jar [INFO] Copying ant-junitlauncher.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-junitlauncher.jar.jar [INFO] Copying ant-launcher.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-launcher.jar.jar [INFO] Copying ant-netrexx.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-netrexx.jar.jar [INFO] Copying ant-swing.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-swing.jar.jar [INFO] Copying ant-testutil.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-testutil.jar.jar [INFO] Copying ant-xz.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant-xz.jar.jar [INFO] Copying ant.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.11.v20210720-1445-lib/ant.jar.jar [INFO] Copying org.apache.batik.constants-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.batik.constants-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.batik.css-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.batik.css-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.batik.util-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.batik.util-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.batik.i18n-1.14.0.v20210324-0332.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.batik.i18n-1.14.0.v20210324-0332.jar [INFO] Copying org.apache.xmlgraphics-2.6.0.v20210409-0748.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.xmlgraphics-2.6.0.v20210409-0748.jar [INFO] Copying org.w3c.dom.svg-1.1.0.v201011041433.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.w3c.css.sac-1.3.1.v200903091627.jar [INFO] Copying org.apache.commons.io-2.8.0.v20210415-0900.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.commons.io-2.8.0.v20210415-0900.jar [INFO] Copying org.apache.commons.logging-1.2.0.v20180409-1502.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.commons.logging-1.2.0.v20180409-1502.jar [INFO] Copying org.apache.felix.scr-2.1.24.v20200924-1939.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.felix.scr-2.1.24.v20200924-1939.jar [INFO] Copying org.eclipse.osgi.services-3.10.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.osgi.services-3.10.200-SNAPSHOT.jar [INFO] Copying jakarta.servlet-api-4.0.0.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/jakarta.servlet-api-4.0.0.jar [INFO] Copying org.eclipse.osgi.util-3.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.osgi.util-3.6.100-SNAPSHOT.jar [INFO] Copying org.bouncycastle.bcpg-1.69.0.v20210713-1924.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.bouncycastle.bcpg-1.69.0.v20210713-1924.jar [INFO] Copying org.bouncycastle.bcprov-1.69.0.v20210713-1924.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.bouncycastle.bcprov-1.69.0.v20210713-1924.jar [INFO] Copying org.eclipse.ant.core-3.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ant.core-3.6.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.variables-3.5.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.variables-3.5.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.runtime-3.23.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.runtime-3.23.0-SNAPSHOT.jar [INFO] Copying org.eclipse.compare-3.8.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.compare-3.8.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ui-3.119.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui-3.119.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.resources-3.15.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.resources-3.15.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jface.text-3.18.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jface.text-3.18.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.ide-3.18.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.ide-3.18.300-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.views-3.11.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.views-3.11.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.workbench.texteditor-3.16.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.workbench.texteditor-3.16.200-SNAPSHOT.jar [INFO] Copying org.eclipse.core.expressions-3.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.expressions-3.8.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.editors-3.14.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.editors-3.14.200-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.forms-3.11.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.forms-3.11.200-SNAPSHOT.jar [INFO] Copying org.eclipse.compare.core-3.6.1000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.compare.core-3.6.1000-SNAPSHOT.jar [INFO] Copying org.eclipse.core.commands-3.10.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.commands-3.10.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.common-3.15.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.common-3.15.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.contenttype-3.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.contenttype-3.8.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.preferences-3.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.preferences-3.9.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.registry-3.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.registry-3.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.databinding-1.10.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.databinding-1.10.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.databinding.observable-1.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.databinding.observable-1.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.databinding.property-1.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.databinding.property-1.9.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filebuffers-3.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.filebuffers-3.7.0-SNAPSHOT.jar [INFO] Copying org.eclipse.text-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.text-3.12.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filesystem-1.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.filesystem-1.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.jobs-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.jobs-3.12.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.app-1.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.app-1.6.0-SNAPSHOT.jar [INFO] Copying org.eclipse.debug.core-3.18.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.debug.core-3.18.200-SNAPSHOT.jar [INFO] Copying org.eclipse.debug.ui-3.15.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.debug.ui-3.15.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.console-3.11.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.console-3.11.100-SNAPSHOT.jar [INFO] Copying org.eclipse.help-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.help-3.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jface-3.23.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jface-3.23.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.workbench-3.123.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.workbench-3.123.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.services-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.services-1.5.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.commands-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.commands-1.0.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.di-1.8.0-SNAPSHOT.jar [INFO] Copying javax.inject-1.0.0.v20091030.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/javax.inject-1.0.0.v20091030.jar [INFO] Copying org.eclipse.e4.core.contexts-1.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.contexts-1.9.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.services-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.services-2.3.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di.annotations-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.di.annotations-1.7.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di.extensions-0.17.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.di.extensions-0.17.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di.extensions.supplier-0.16.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.di.extensions.supplier-0.16.100-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.emf.xpath-0.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.emf.xpath-0.3.0-SNAPSHOT.jar [INFO] Copying org.apache.commons.jxpath-1.3.0.v200911051830.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.commons.jxpath-1.3.0.v200911051830.jar [INFO] Copying org.eclipse.emf.ecore-2.25.0.v20210816-0937.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.emf.ecore-2.25.0.v20210816-0937.jar [INFO] Copying org.eclipse.e4.ui.bindings-0.13.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.bindings-0.13.100-SNAPSHOT.jar [INFO] Copying org.eclipse.swt-3.117.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt-3.117.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.css.core-0.13.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.css.core-0.13.100-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.css.swt-0.14.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.css.swt-0.14.300-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.css.swt.theme-0.13.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.css.swt.theme-0.13.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.di-1.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.di-1.4.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.dialogs-1.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.dialogs-1.3.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.ide-3.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.ide-3.16.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.model.workbench-2.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.model.workbench-2.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.event-1.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.event-1.6.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.widgets-1.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.widgets-1.3.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.workbench-1.13.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.workbench-1.13.0-SNAPSHOT.jar [INFO] Copying org.eclipse.emf.ecore.change-2.14.0.v20190528-0725.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.emf.ecore.change-2.14.0.v20190528-0725.jar [INFO] Copying org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar [INFO] Copying org.eclipse.e4.ui.workbench.addons.swt-1.4.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.workbench.addons.swt-1.4.300-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.workbench.renderers.swt-0.15.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.workbench.renderers.swt-0.15.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.workbench.swt-0.16.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.workbench.swt-0.16.200-SNAPSHOT.jar [INFO] Copying org.eclipse.jface.databinding-1.13.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jface.databinding-1.13.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.workbench3-0.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.workbench3-0.16.0-SNAPSHOT.jar [INFO] Copying org.eclipse.urischeme-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.urischeme-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.emf.common-2.23.0.v20210618-0700.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.emf.common-2.23.0.v20210618-0700.jar [INFO] Copying org.eclipse.equinox.bidi-1.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.bidi-1.4.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.frameworkadmin-2.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.frameworkadmin-2.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.frameworkadmin.equinox-1.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.frameworkadmin.equinox-1.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.artifact.repository-1.4.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.artifact.repository-1.4.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata-2.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.metadata-2.6.100-SNAPSHOT.jar [INFO] Copying org.tukaani.xz-1.9.0.v20210624-1259.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.tukaani.xz-1.9.0.v20210624-1259.jar [INFO] Copying org.eclipse.equinox.p2.core-2.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.core-2.8.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.jarprocessor-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.jarprocessor-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository-2.5.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.repository-2.5.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.director-2.5.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.director-2.5.100-SNAPSHOT.jar [INFO] Copying org.sat4j.core-2.3.5.v201308161310.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.sat4j.core-2.3.5.v201308161310.jar [INFO] Copying org.sat4j.pb-2.3.5.v201404071733.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.sat4j.pb-2.3.5.v201404071733.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator-1.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.simpleconfigurator-1.4.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.engine-2.7.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.engine-2.7.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.director.app-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.director.app-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata.repository-1.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.metadata.repository-1.4.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.garbagecollector-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.garbagecollector-1.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher-1.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.publisher-1.6.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher.eclipse-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.publisher.eclipse-1.4.1-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.security-1.3.700-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.security-1.3.700-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository.tools-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.repository.tools-2.3.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.touchpoint.eclipse-2.3.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.core-3.27.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.core-3.27.0-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.core.manipulation-1.15.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.core.manipulation-1.15.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ltk.core.refactoring-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ltk.core.refactoring-3.12.0-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.launching-3.19.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.launching-3.19.300-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.debug-3.18.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.debug-3.18.0-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.debug.ui-3.12.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.debug.ui-3.12.400-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.ui-3.24.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.ui-3.24.0-SNAPSHOT.jar [INFO] Copying org.eclipse.search-3.13.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.search-3.13.300-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.doc.isv-3.14.1300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.doc.isv-3.14.1300-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.junit-3.13.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.junit-3.13.0-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.junit.runtime-3.6.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.junit.runtime-3.6.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ltk.ui.refactoring-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ltk.ui.refactoring-3.12.0-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.junit.core-3.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.junit.core-3.11.0-SNAPSHOT.jar [INFO] Copying org.junit-4.13.0.v20200204-1500.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.junit-4.13.0.v20200204-1500.jar [INFO] Copying org.eclipse.team.ui-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.team.ui-3.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.team.core-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.team.core-3.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.navigator-3.10.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.navigator-3.10.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.navigator.resources-3.8.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.navigator.resources-3.8.200-SNAPSHOT.jar [INFO] Copying org.eclipse.jface.notifications-0.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jface.notifications-0.3.0-SNAPSHOT.jar [INFO] Copying org.eclipse.pde.build-3.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.pde.build-3.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.pde.core-3.14.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.pde.core-3.14.400-SNAPSHOT.jar [INFO] Copying org.eclipse.swt.gtk.linux.x86_64-3.117.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.gtk.linux.x86_64-3.117.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.views.properties.tabbed-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.views.properties.tabbed-3.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.update.configurator-3.4.800-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.update.configurator-3.4.800-SNAPSHOT.jar [INFO] Copying org.hamcrest.core-1.3.0.v20180420-1519.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.hamcrest.core-1.3.0.v20180420-1519.jar [INFO] Copying org.w3c.dom.smil-1.0.1.v200903091627.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.117.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.gtk.linux.ppc64le-3.117.0-SNAPSHOT.jar [INFO] Copying org.eclipse.swt.gtk.linux.aarch64-3.117.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.gtk.linux.aarch64-3.117.0-SNAPSHOT.jar [INFO] Copying org.eclipse.swt.win32.win32.x86_64-3.117.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.win32.win32.x86_64-3.117.0-SNAPSHOT.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.x86_64-3.117.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.cocoa.macosx.x86_64-3.117.0-SNAPSHOT.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.aarch64-3.117.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.cocoa.macosx.aarch64-3.117.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0: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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work/ Framework located: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar Framework classpath: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar Debug options: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/.options not found Time to load bundles: 290 Starting application: 984 Application started in : 989ms Apache Ant(TM) version 1.10.11 compiled on July 10 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-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.doc.user --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.doc.user --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/org.eclipse.pde.doc.user-3.14.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.doc.user --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.doc.user --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.doc.user --- [INFO] Skipped [INFO] [INFO] ------------------< org.eclipse.pde:org.eclipse.pde >------------------- [INFO] Building org.eclipse.pde 3.13.1600-SNAPSHOT [260/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde --- [INFO] The project's OSGi version is 3.13.1600.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde/target/org.eclipse.pde-3.13.1600-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.pde --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde/target/org.eclipse.pde-3.13.1600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde:3.13.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.pde:org.eclipse.pde.junit.runtime >------------ [INFO] Building org.eclipse.pde.junit.runtime 3.6.0-SNAPSHOT [261/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.junit.runtime --- [INFO] The project's OSGi version is 3.6.0.v20210513-1344 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.junit.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.junit.runtime --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.junit.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.junit.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.junit.runtime --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.junit.runtime --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.junit.runtime --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.junit.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.junit.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/target/org.eclipse.pde.junit.runtime-3.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.junit.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime/target/org.eclipse.pde.junit.runtime-3.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.junit.runtime --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.junit.runtime --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.junit.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.junit.runtime --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.runtime >--------------- [INFO] Building org.eclipse.pde.runtime 3.7.200-SNAPSHOT [262/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.runtime --- [INFO] The project's OSGi version is 3.7.200.v20210513-1344 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.runtime --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.runtime --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[31] import org.eclipse.ui.internal.WorkbenchPartReference; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[128] if (er instanceof WorkbenchPartReference) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[129] WorkbenchPartReference wpr = (WorkbenchPartReference) er; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[129] WorkbenchPartReference wpr = (WorkbenchPartReference) er; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[130] control = wpr.getPane().getControl(); ^^^^^^^ Discouraged access: The method 'WorkbenchPartReference.getPane()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[130] control = wpr.getPane().getControl(); ^^^^^^^^^^ Discouraged access: The method 'PartPane.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[141] if (vr instanceof WorkbenchPartReference) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[142] WorkbenchPartReference wpr = (WorkbenchPartReference) vr; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[142] WorkbenchPartReference wpr = (WorkbenchPartReference) vr; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[143] control = wpr.getPane().getControl(); ^^^^^^^ Discouraged access: The method 'WorkbenchPartReference.getPane()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java:[143] control = wpr.getPane().getControl(); ^^^^^^^^^^ Discouraged access: The method 'PartPane.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java:[100] if (item instanceof IActionSetContributionItem) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActionSetContributionItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java:[101] IActionSetContributionItem actionItem = (IActionSetContributionItem) item; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActionSetContributionItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java:[101] IActionSetContributionItem actionItem = (IActionSetContributionItem) item; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActionSetContributionItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java:[102] buffer.append(toolkit.createIdentifierSection(text, PDERuntimeMessages.ActiveMenuSection_1, new String[] {actionItem.getActionSetId()})); ^^^^^^^^^^^^^^ Discouraged access: The method 'IActionSetContributionItem.getActionSetId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java:[127] if (action instanceof PluginAction) { ^^^^^^^^^^^^ Discouraged access: The type 'PluginAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java:[128] PluginAction pluginAction = (PluginAction) action; ^^^^^^^^^^^^ Discouraged access: The type 'PluginAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java:[128] PluginAction pluginAction = (PluginAction) action; ^^^^^^^^^^^^ Discouraged access: The type 'PluginAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java:[143] FormText text, Class clazz, PluginAction pluginAction) { ^^^^^^^^^^^^ Discouraged access: The type 'PluginAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java:[147] if (pluginAction instanceof WWinPluginAction) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'WWinPluginAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java:[23] import org.eclipse.help.internal.context.Context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Context' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java:[217] if (context instanceof Context) ^^^^^^^ Discouraged access: The type 'Context' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java:[218] return createHelpIdentifierSection(((Context) context).getId()); ^^^^^^^ Discouraged access: The type 'Context' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java:[218] return createHelpIdentifierSection(((Context) context).getId()); ^^^^^ Discouraged access: The method 'Context.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.help/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java:[66] if (part instanceof E4PartWrapper) { ^^^^^^^^^^^^^ Discouraged access: The type 'E4PartWrapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java:[105] PartSite site = (PartSite) part.getSite(); ^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java:[105] PartSite site = (PartSite) part.getSite(); ^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') 28. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 109) @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/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java:[110] List list = (List) field.get(site); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java:[110] List list = (List) field.get(site); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java:[114] PopupMenuExtender extender = list.get(i); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java:[115] menuIds.addAll(extender.getMenuIds()); ^^^^^^^^^^ Discouraged access: The method 'PopupMenuExtender.getMenuIds()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') 33. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowser.java (at line 262) @SuppressWarnings({ "rawtypes", "unchecked" }) ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 34. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowser.java (at line 262) @SuppressWarnings({ "rawtypes", "unchecked" }) ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 34 problems (0 errors, 31 warnings, 3 infos) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.runtime --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.runtime_3.7.200.v20210513-1344, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.runtime --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/target/org.eclipse.pde.runtime-3.7.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.runtime/target/org.eclipse.pde.runtime-3.7.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.runtime --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.runtime:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.runtime --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.runtime --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.pde:org.eclipse.pde.ui.templates >------------ [INFO] Building org.eclipse.pde.ui.templates 3.7.300-SNAPSHOT [263/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.templates --- [INFO] The project's OSGi version is 3.7.300.v20210626-1500 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ui.templates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ui.templates --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ui.templates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ui.templates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ui.templates --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ui.templates --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.ui.templates_3.7.300.v20210626-1500, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ui.templates --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.ui.templates --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ui.templates --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/target/org.eclipse.pde.ui.templates-3.7.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.templates --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/target/org.eclipse.pde.ui.templates-3.7.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui.templates --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.ui.templates --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.ui.templates --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.templates --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.ua.ui >---------------- [INFO] Building org.eclipse.pde.ua.ui 1.2.200-SNAPSHOT [264/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ua.ui --- [INFO] The project's OSGi version is 1.2.200.v20210515-0638 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ua.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ua.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ua.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ua.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ua.ui --- [INFO] Compiling 146 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ua.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.ua.ui_1.2.200.v20210515-0638, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ua.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.ua.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ua.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/target/org.eclipse.pde.ua.ui-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ua.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/target/org.eclipse.pde.ua.ui-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ua.ui --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.ui:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.ua.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.ua.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ua.ui --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.pde.ui:org.eclipse.pde.genericeditor.extension >----- [INFO] Building org.eclipse.pde.genericeditor.extension 1.1.100-SNAPSHOT [265/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.genericeditor.extension --- [INFO] The project's OSGi version is 1.1.100.v20201207-1622 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.genericeditor.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.genericeditor.extension --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.genericeditor.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.genericeditor.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.genericeditor.extension --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.genericeditor.extension --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.genericeditor.extension --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.genericeditor.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.genericeditor.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/target/org.eclipse.pde.genericeditor.extension-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.genericeditor.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/target/org.eclipse.pde.genericeditor.extension-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.genericeditor.extension --- [INFO] MavenProject: org.eclipse.pde.ui:org.eclipse.pde.genericeditor.extension:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.genericeditor.extension --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.genericeditor.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.genericeditor.extension --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.pde:org.eclipse.tools.layout.spy >------------ [INFO] Building org.eclipse.tools.layout.spy 1.1.0-SNAPSHOT [266/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tools.layout.spy --- [INFO] The project's OSGi version is 1.1.0.v20210110-1247 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.tools.layout.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.tools.layout.spy --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tools.layout.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.tools.layout.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tools.layout.spy --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.tools.layout.spy --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.tools.layout.spy_1.1.0.v20210110-1247, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tools.layout.spy --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tools.layout.spy --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.tools.layout.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/target/org.eclipse.tools.layout.spy-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tools.layout.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/target/org.eclipse.tools.layout.spy-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tools.layout.spy --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.tools.layout.spy:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.tools.layout.spy/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.tools.layout.spy --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tools.layout.spy --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tools.layout.spy --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.pde.feature:org.eclipse.pde >--------------- [INFO] Building org.eclipse.pde 3.14.900-SNAPSHOT [267/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde --- [INFO] The project's OSGi version is 3.14.900.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde-feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde-feature/target/org.eclipse.pde-3.14.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde --- [INFO] No baseline version MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde-feature/target/org.eclipse.pde-3.14.900-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.pde --- [INFO] No baseline version MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde-feature/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.platform >-------------- [INFO] Building org.eclipse.platform 4.21.0-SNAPSHOT [268/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.platform --- [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.platform --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.platform --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.platform --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.platform --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.platform --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.platform --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/target/org.eclipse.platform-4.21.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/platform.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/target/org.eclipse.platform-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.platform/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.platform --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.platform --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.platform.doc.user >--------- [INFO] Building org.eclipse.platform.doc.user 4.21.0-SNAPSHOT [269/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.user --- [INFO] The project's OSGi version is 4.21.0.v20210901-0815 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.platform.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.platform.doc.user --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.platform.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.platform.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0: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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/ Framework located: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar Framework classpath: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar Debug options: file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/.options not found Time to load bundles: 175 Starting application: 666 Application started in : 671ms Apache Ant(TM) version 1.10.11 compiled on July 10 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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/customBuildCallbacks.xml with URI = file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/plugins/org.apache.ant_1.10.11.v20210720-1445/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/plugins/org.apache.ant_1.10.11.v20210720-1445/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 1 second [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.platform.doc.user --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.platform.doc.user --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.platform.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/org.eclipse.platform.doc.user-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform.doc.user --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.platform.doc.user:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.fdt: different index/_1.fdx: different index/_1.fnm: different index/_1.nvd: different index/_1.nvm: different index/_1.si: different index/_1_Lucene84_0.doc: different index/_1_Lucene84_0.pos: different index/_1_Lucene84_0.tim: different index/_1_Lucene84_0.tip: 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.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.platform.doc.user --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.platform.doc.user --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform.doc.user --- [INFO] Skipped [INFO] [INFO] ------------------< org.eclipse.rcp:org.eclipse.rcp >------------------- [INFO] Building org.eclipse.rcp 4.21.0-SNAPSHOT [270/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcp --- [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.rcp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.rcp --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.rcp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.rcp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.rcp --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.rcp/target/org.eclipse.rcp-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcp --- [INFO] No baseline version MavenProject: org.eclipse.rcp:org.eclipse.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.rcp/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.rcp --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcp --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rcp --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.ui:org.eclipse.ui.cocoa >----------------- [INFO] Building org.eclipse.ui.cocoa 1.2.400-SNAPSHOT [271/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.cocoa --- [INFO] The project's OSGi version is 1.2.400.v20191217-1850 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.cocoa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.cocoa --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.cocoa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.cocoa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.cocoa --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java:[19] import org.eclipse.ui.internal.tweaklets.TitlePathUpdater; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TitlePathUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java:[26] public class CocoaTitlePathUpdater extends TitlePathUpdater { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'TitlePathUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') 2 problems (2 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.cocoa --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.cocoa --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/target/org.eclipse.ui.cocoa-1.2.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/target/org.eclipse.ui.cocoa-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.cocoa --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.cocoa:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.cocoa --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.cocoa --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.cocoa --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.rcp.feature:org.eclipse.rcp >--------------- [INFO] Building org.eclipse.rcp.feature 4.21.0-SNAPSHOT [272/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcp --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.rcp/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcp --- [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.rcp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.rcp --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.rcp/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.rcp/target/org.eclipse.rcp-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcp --- [INFO] No baseline version MavenProject: org.eclipse.rcp.feature:org.eclipse.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.rcp/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.rcp/target/org.eclipse.rcp-4.21.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.rcp --- [INFO] No baseline version MavenProject: org.eclipse.rcp.feature:org.eclipse.rcp:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.rcp/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rcp --- [INFO] Skipped [INFO] [INFO] ---------< eclipse.platform.text:org.eclipse.text.quicksearch >--------- [INFO] Building [bundle] Quick Search 1.1.200-SNAPSHOT [273/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.text.quicksearch --- [INFO] The project's OSGi version is 1.1.200.v20210616-1255 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.text.quicksearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.text.quicksearch --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.text.quicksearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.text.quicksearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.text.quicksearch --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.text.quicksearch --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.text.quicksearch_1.1.200.v20210616-1255, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.text.quicksearch --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.text.quicksearch --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.text.quicksearch --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/target/org.eclipse.text.quicksearch-1.1.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.text.quicksearch --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch/target/org.eclipse.text.quicksearch-1.1.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text.quicksearch --- [INFO] MavenProject: eclipse.platform.text:org.eclipse.text.quicksearch:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.text.quicksearch --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.text.quicksearch --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text.quicksearch --- [INFO] Skipped [INFO] [INFO] --------< eclipse.platform.ua:org.eclipse.ui.intro.quicklinks >--------- [INFO] Building [bundle] Quicklinks for the Welcome Framework 1.1.100-SNAPSHOT [274/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.quicklinks --- [INFO] The project's OSGi version is 1.1.100.v20210315-0954 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.intro.quicklinks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.intro.quicklinks --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.intro.quicklinks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.intro.quicklinks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.intro.quicklinks --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.intro.quicklinks --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.intro.quicklinks --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.intro.quicklinks --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.intro.quicklinks --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/org.eclipse.ui.intro.quicklinks-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.quicklinks --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/org.eclipse.ui.intro.quicklinks-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro.quicklinks --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.quicklinks:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.intro.quicklinks --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.intro.quicklinks --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.quicklinks --- [INFO] Skipped [INFO] [INFO] ---------< eclipse.platform.ua:org.eclipse.ui.intro.universal >--------- [INFO] Building [bundle] Universal Welcome 3.4.200-SNAPSHOT [275/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.universal --- [INFO] The project's OSGi version is 3.4.200.v20210409-1747 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.intro.universal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.intro.universal --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.intro.universal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.intro.universal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.intro.universal --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.intro.universal --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.intro.universal_3.4.200.v20210409-1747, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.intro.universal --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.intro.universal --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.intro.universal --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/org.eclipse.ui.intro.universal-3.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.universal --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/org.eclipse.ui.intro.universal-3.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro.universal --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.universal:3.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.intro.universal --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.intro.universal --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.universal --- [INFO] Skipped [INFO] [INFO] -------------< eclipse.platform.ui:org.eclipse.ui.browser >------------- [INFO] Building [bundle] Browser Support 3.7.0-SNAPSHOT [276/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.browser --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.browser --- [INFO] The project's OSGi version is 3.7.0.v20210621-1136 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.browser --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.browser --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.browser --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.browser --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.browser --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.browser --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.browser --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.browser_3.7.0.v20210621-1136, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.browser --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.browser --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.browser --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/org.eclipse.ui.browser-3.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/org.eclipse.ui.browser-3.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.browser --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.browser:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.browser --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.browser --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.browser --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.ui:org.eclipse.ui.monitoring >------------ [INFO] Building [bundle] UI Freeze Monitoring 1.2.0-SNAPSHOT [277/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.monitoring --- [INFO] The project's OSGi version is 1.2.0.v20210111-1353 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.monitoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.monitoring --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.monitoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.monitoring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.monitoring --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.monitoring --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.monitoring_1.2.0.v20210111-1353, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.monitoring --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.monitoring --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.monitoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/org.eclipse.ui.monitoring-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.monitoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/org.eclipse.ui.monitoring-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.monitoring --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.monitoring:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.monitoring --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.monitoring --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.monitoring --- [INFO] Skipped [INFO] [INFO] -----------------< org.eclipse.ui:org.eclipse.ui.net >------------------ [INFO] Building org.eclipse.ui.net 1.4.0-SNAPSHOT [278/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.net --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.net --- [INFO] The project's OSGi version is 1.4.0.v20210426-0838 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.net --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.net --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.net --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.net --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.net --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.net --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.net --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.net_1.4.0.v20210426-0838, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.net --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.net --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.net --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/target/org.eclipse.ui.net-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/target/org.eclipse.ui.net-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.net --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.net:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.ui.net/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.net --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.net --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.net --- [INFO] Skipped [INFO] [INFO] -------------< eclipse.platform.ui:org.eclipse.ui.themes >-------------- [INFO] Building [bundle] Eclipse SDK Themes 1.2.1500-SNAPSHOT [279/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.themes --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.themes --- [INFO] The project's OSGi version is 1.2.1500.v20210607-1102 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.themes --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.themes --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.themes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.themes --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.themes --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.themes --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.themes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.themes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.themes --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/src does not exist [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.themes --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.themes_1.2.1500.v20210607-1102, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.themes --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.themes --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.themes --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.themes --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-1.2.1500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.themes --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-1.2.1500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.themes --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.themes:1.2.1500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.themes --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.themes --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.themes --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.team:org.eclipse.team.genericeditor.diff.extension >--- [INFO] Building org.eclipse.team.genericeditor.diff.extension 1.1.0-SNAPSHOT [280/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] The project's OSGi version is 1.1.0.v20210426-0951 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/target/org.eclipse.team.genericeditor.diff.extension-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/target/org.eclipse.team.genericeditor.diff.extension-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] MavenProject: org.eclipse.team:org.eclipse.team.genericeditor.diff.extension:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.genericeditor.diff.extension/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.core:org.eclipse.core.filesystem.linux.ppc64le >----- [INFO] Building org.eclipse.core.filesystem.linux.ppc64le 1.4.100-SNAPSHOT [281/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] The project's OSGi version is 1.4.100.v20180828-0158 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/target/org.eclipse.core.filesystem.linux.ppc64le-1.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/target/org.eclipse.core.filesystem.linux.ppc64le-1.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.ppc64le --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.ppc64le:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.core:org.eclipse.core.filesystem.linux.ppc64le:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.core:org.eclipse.core.filesystem.linux.aarch64 >----- [INFO] Building org.eclipse.core.filesystem.linux.aarch64 1.4.100-SNAPSHOT [282/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] The project's OSGi version is 1.4.100.v20200805-0859 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.aarch64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.aarch64/target/org.eclipse.core.filesystem.linux.aarch64-1.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.aarch64/target/org.eclipse.core.filesystem.linux.aarch64-1.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.filesystem.linux.aarch64:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.compare:org.eclipse.compare.win32 >------------ [INFO] Building org.eclipse.compare.win32 1.2.800-SNAPSHOT [283/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.compare.win32 --- [INFO] The project's OSGi version is 1.2.800.v20200127-1343 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.compare.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.compare.win32 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.compare.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.compare.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.compare.win32 --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.compare.win32 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.compare.win32_1.2.800.v20200127-1343, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.compare.win32 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.compare.win32 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.compare.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/target/org.eclipse.compare.win32-1.2.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.compare.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.compare.win32/target/org.eclipse.compare.win32-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.win32 --- [INFO] MavenProject: org.eclipse.compare:org.eclipse.compare.win32:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.compare.win32 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.compare.win32 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.win32 --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.core:org.eclipse.core.filesystem.win32.x86_64 >------ [INFO] Building org.eclipse.core.filesystem.win32.x86_64 1.4.200-SNAPSHOT [284/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] The project's OSGi version is 1.4.200.v20190812-0909 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.win32.x86_64/target/org.eclipse.core.filesystem.win32.x86_64-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.win32.x86_64/target/org.eclipse.core.filesystem.win32.x86_64-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.win32.x86_64 --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.filesystem.win32.x86_64:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.core:org.eclipse.core.filesystem.win32.x86_64:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.core:org.eclipse.core.net.win32.x86_64 >--------- [INFO] Building org.eclipse.core.net.win32.x86_64 1.1.500-SNAPSHOT [285/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.net.win32.x86_64 --- [INFO] The project's OSGi version is 1.1.500.v20190925-1337 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.win32.x86_64/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.win32.x86_64/target/org.eclipse.core.net.win32.x86_64-1.1.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.core.net.win32.x86_64/target/org.eclipse.core.net.win32.x86_64-1.1.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net.win32.x86_64 --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.net.win32.x86_64:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.core:org.eclipse.core.resources.win32.x86_64 >------ [INFO] Building org.eclipse.core.resources.win32.x86_64 3.5.400-SNAPSHOT [286/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] The project's OSGi version is 3.5.400.v20190812-0909 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources.win32.x86_64/target/org.eclipse.core.resources.win32.x86_64-3.5.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] MavenProject: org.eclipse.core:org.eclipse.core.resources.win32.x86_64:3.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.ui:org.eclipse.ui.win32 >----------------- [INFO] Building org.eclipse.ui.win32 3.4.400-SNAPSHOT [287/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.win32 --- [INFO] The project's OSGi version is 3.4.400.v20200414-1247 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.win32 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.win32 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.win32 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.ui.win32_3.4.400.v20200414-1247, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.win32 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.win32 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/org.eclipse.ui.win32-3.4.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/org.eclipse.ui.win32-3.4.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.win32 --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.win32:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.win32 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.win32 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.win32 --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.core:org.eclipse.core.filesystem.macosx >--------- [INFO] Building org.eclipse.core.filesystem.macosx 1.3.300-SNAPSHOT [288/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.macosx --- [INFO] The project's OSGi version is 1.3.300.v20210427-1937 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.filesystem.macosx --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.filesystem.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.filesystem.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.filesystem.macosx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.filesystem.macosx --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.filesystem.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.macosx/target/org.eclipse.core.filesystem.macosx-1.3.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.filesystem.macosx/target/org.eclipse.core.filesystem.macosx-1.3.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.macosx --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.filesystem.macosx:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.core:org.eclipse.core.filesystem.macosx:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.filesystem.macosx --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.filesystem.macosx --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.macosx --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.platform.feature:org.eclipse.platform >---------- [INFO] Building org.eclipse.platform.feature 4.21.0-SNAPSHOT [289/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.platform --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.platform-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.platform --- [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.platform-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.platform --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.platform-feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.platform-feature/target/org.eclipse.platform-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform --- [INFO] No baseline version MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.platform-feature/target/org.eclipse.platform-4.21.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.platform --- [INFO] No baseline version MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ua.tests >-------------- [INFO] Building org.eclipse.pde.ua.tests 1.2.0-SNAPSHOT [290/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ua.tests --- [INFO] The project's OSGi version is 1.2.0.v20200812-1819 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ua.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ua.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ua.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ua.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ua.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ua.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ua.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ua.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/tests.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ua.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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:2.4.0:test (default-test) @ org.eclipse.pde.ua.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ua.tests --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.pde:org.eclipse.pde.junit.runtime.tests >--------- [INFO] Building org.eclipse.pde.junit.runtime.tests 3.6.300-SNAPSHOT [291/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.junit.runtime.tests --- [INFO] The project's OSGi version is 3.6.300.v20210427-0832 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.tests/target/org.eclipse.pde.junit.runtime.tests-3.6.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.tests/target/org.eclipse.pde.junit.runtime.tests-3.6.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.junit.runtime.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime.tests:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.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.junit.runtime.tests:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.junit.runtime.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:2.4.0:test (default-test) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ui.tests >-------------- [INFO] Building org.eclipse.pde.ui.tests 3.11.400-SNAPSHOT [292/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.tests --- [INFO] The project's OSGi version is 3.11.400.v20210805-0730 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ui.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ui.tests --- [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ui.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.11.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/tests.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.11.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.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.ui.tests:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.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:2.4.0:test (default-test) @ org.eclipse.pde.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.tests --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.pde:org.eclipse.pde.ui.tests.smartimport >-------- [INFO] Building org.eclipse.pde.ui.tests.smartimport 1.1.0-SNAPSHOT [293/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] The project's OSGi version is 1.1.0.v20200812-1817 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests.smartimport/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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.2.0:resources (filter-resources) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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:2.4.0:compile (default-compile) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests.smartimport/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests.smartimport/target/org.eclipse.pde.ui.tests.smartimport-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests.smartimport/target/org.eclipse.pde.ui.tests.smartimport-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests.smartimport/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.pde:org.eclipse.pde.ui.templates.tests >--------- [INFO] Building org.eclipse.pde.ui.templates.tests 1.1.0-SNAPSHOT [294/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.templates.tests --- [INFO] The project's OSGi version is 1.1.0.v20200812-1814 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ui.templates.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ui.templates.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ui.templates.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ui.templates.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.ui.templates.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ui.templates.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.ui.templates.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.templates.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.tests/tests.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui.templates.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.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.ui.templates.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates.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:2.4.0:test (default-test) @ org.eclipse.pde.ui.templates.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.templates.tests --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests >---- [INFO] Building org.eclipse.pde.genericeditor.extension.tests 1.1.0-SNAPSHOT [295/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] The project's OSGi version is 1.1.0.v20200812-1815 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/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:2.4.0:test (default-test) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.pde:org.eclipse.pde.unittest.junit >----------- [INFO] Building org.eclipse.pde.unittest.junit 1.0.0-SNAPSHOT [296/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.unittest.junit --- [INFO] The project's OSGi version is 1.0.0.v20210503-1636 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.unittest.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.unittest.junit --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.unittest.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.unittest.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.pde.unittest.junit --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.pde.unittest.junit --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.unittest.junit_1.0.0.v20210503-1636, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.unittest.junit --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.unittest.junit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/target/org.eclipse.pde.unittest.junit-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.pde.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.unittest.junit/target/org.eclipse.pde.unittest.junit-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.unittest.junit --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.unittest.junit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.pde.unittest.junit --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.unittest.junit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.unittest.junit --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit >-- [INFO] Building org.eclipse.pde.unittest.junit 1.0.0-SNAPSHOT [297/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.unittest.junit --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde.unittest.junit-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde.unittest.junit --- [INFO] The project's OSGi version is 1.0.0.v20210503-1636 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.unittest.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde.unittest.junit-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.unittest.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde.unittest.junit-feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.pde.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde.unittest.junit-feature/target/org.eclipse.pde.unittest.junit-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde.unittest.junit-feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.pde.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde.unittest.junit-feature/target/org.eclipse.pde.unittest.junit-1.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/features/org.eclipse.pde.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] [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.unittest.junit --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.update:org.eclipse.update.configurator.tests >------ [INFO] Building org.eclipse.update.configurator.tests 0.1.0-SNAPSHOT [298/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.update.configurator.tests --- [INFO] The project's OSGi version is 0.1.0.v20200311-2001 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.update.configurator.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.update.configurator.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.update.configurator.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.update.configurator.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.update.configurator.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.update.configurator.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.update.configurator.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.update.configurator.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator.tests/target/org.eclipse.update.configurator.tests-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.update.configurator.tests --- [INFO] No baseline version MavenProject: org.eclipse.update:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/update/org.eclipse.update.configurator.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.update.configurator.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.update.configurator.tests --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.ant:org.eclipse.ant.tests.core >------------- [INFO] Building org.eclipse.ant.tests.core 3.6.100-SNAPSHOT [299/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.tests.core --- [INFO] The project's OSGi version is 3.6.100.v20210731-1643 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.tests.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.tests.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.tests.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.tests.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.tests.core --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/target/anttestscore.jar-classes [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/target/lib/antTestsSupport.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.tests.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.6.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/anttestscore.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/lib/antTestsSupport.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.6.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.tests.core --- [WARNING] MavenProject: org.eclipse.ant:org.eclipse.ant.tests.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.core/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.tests.core:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.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:2.4.0:test (default-test) @ org.eclipse.ant.tests.core --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.tests.core --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.ant:org.eclipse.ant.tests.ui >-------------- [INFO] Building org.eclipse.ant.tests.ui 3.10.100-SNAPSHOT [300/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ant.tests.ui --- [INFO] The project's OSGi version is 3.10.100.v20210812-1017 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.tests.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.tests.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.tests.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.tests.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.tests.ui --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/anttestsui.jar-classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/lib/antUITestsSupport.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.tests.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.tests.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.10.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.tests.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/anttestsui.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/lib/antUITestsSupport.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.10.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.tests.ui --- [WARNING] MavenProject: org.eclipse.ant:org.eclipse.ant.tests.ui:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/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.tests.ui:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/ant/org.eclipse.ant.tests.ui/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:2.4.0:test (default-test) @ org.eclipse.ant.tests.ui --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.tests.ui --- [INFO] Skipped [INFO] [INFO] ------------------< org.eclipse.sdk:org.eclipse.sdk >------------------- [INFO] Building org.eclipse.sdk 4.21.0-SNAPSHOT [301/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.sdk --- [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.sdk --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.sdk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.sdk --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.sdk --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.sdk/target/org.eclipse.sdk-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk --- [INFO] No baseline version MavenProject: org.eclipse.sdk:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform/platform/org.eclipse.sdk/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.sdk --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.sdk --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.e4:org.eclipse.e4.ui.progress >-------------- [INFO] Building org.eclipse.e4.ui.progress 0.3.100-SNAPSHOT [302/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.progress --- [INFO] The project's OSGi version is 0.3.100.v20210110-1959 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.progress --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.progress --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.progress --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.progress --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.progress --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.progress --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.progress --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.progress --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/target/org.eclipse.e4.ui.progress-0.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.progress --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/target/org.eclipse.e4.ui.progress-0.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.progress --- [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.ui.progress:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.progress --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.progress --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.progress --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.ui:eclipse.platform.ui.tests >------------ [INFO] Building eclipse.platform.ui.tests 4.21.0-SNAPSHOT [303/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.ui.tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.tests --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.e4:org.eclipse.e4.emf.xpath.test >------------ [INFO] Building org.eclipse.e4.emf.xpath.test 0.3.0-SNAPSHOT [304/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.emf.xpath.test --- [INFO] The project's OSGi version is 0.3.0.v20210111-1205 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.emf.xpath.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.emf.xpath.test --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.emf.xpath.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.emf.xpath.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.emf.xpath.test --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.emf.xpath.test --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.emf.xpath.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/target/org.eclipse.e4.emf.xpath.test-0.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.emf.xpath.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/target/org.eclipse.e4.emf.xpath.test-0.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.emf.xpath.test --- [INFO] No baseline version MavenProject: org.eclipse.e4:org.eclipse.e4.emf.xpath.test:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.e4.emf.xpath.test --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.emf.xpath.test --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.ui:org.eclipse.ui.tests.harness >------------- [INFO] Building org.eclipse.ui.tests.harness 1.8.0-SNAPSHOT [305/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.harness --- [INFO] The project's OSGi version is 1.8.0.v20210111-1217 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.harness --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.tests.harness --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.tests.harness --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.tests.harness --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.tests.harness --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.tests.harness --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.tests.harness --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/target/org.eclipse.ui.tests.harness-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.harness --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/target/org.eclipse.ui.tests.harness-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.harness --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.harness:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.harness:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/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:2.4.0:test (default-test) @ org.eclipse.ui.tests.harness --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.harness --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.jface:org.eclipse.jface.tests >-------------- [INFO] Building org.eclipse.jface.tests 1.3.200-SNAPSHOT [306/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests --- [INFO] The project's OSGi version is 1.3.200.v20210817-1021 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface.tests --- [INFO] Compiling 191 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface.tests --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/target/org.eclipse.jface.tests-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/target/org.eclipse.jface.tests-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests --- [WARNING] MavenProject: org.eclipse.jface:org.eclipse.jface.tests:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.jface:org.eclipse.jface.tests:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.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:2.4.0:test (default-test) @ org.eclipse.jface.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests --- [INFO] Skipped [INFO] [INFO] ----------< eclipse.platform.ui:eclipse.platform.ui.examples >---------- [INFO] Building eclipse.platform.ui.examples 4.21.0-SNAPSHOT [307/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.ui.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.ui.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.ui.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.ui.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.ui.examples --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.examples --- [INFO] Skipped [INFO] [INFO] -----< eclipse.platform.ui:org.eclipse.jface.examples.databinding >----- [INFO] Building [bundle] JFace Data Binding Examples 1.2.0-SNAPSHOT [308/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.examples.databinding --- [INFO] The project's OSGi version is 1.2.0.v20210729-0830 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface.examples.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface.examples.databinding --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface.examples.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface.examples.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface.examples.databinding --- [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet006Spreadsheet.java:[27] import org.eclipse.jface.internal.databinding.provisional.swt.TableUpdater; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TableUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet006Spreadsheet.java:[180] new TableUpdater<>(table, list) { ^^^^^^^^^^^^ Discouraged access: The type 'TableUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet006Spreadsheet.java:[180] new TableUpdater<>(table, list) { ^^^^^^^^^^^^ Discouraged access: The constructor 'TableUpdater(Table, IObservableList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest.java:[96] RenamableItem.Listener listener = item -> fireChangeEvent(Collections.singleton(item)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ViewerLabelProvider.fireChangeEvent(Collection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet016TableUpdater.java:[21] import org.eclipse.jface.internal.databinding.provisional.swt.TableUpdater; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TableUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet016TableUpdater.java:[73] new TableUpdater<>(t, list) { ^^^^^^^^^^^^ Discouraged access: The type 'TableUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet016TableUpdater.java:[73] new TableUpdater<>(t, list) { ^^^^^^^^^^^^ Discouraged access: The constructor 'TableUpdater(Table, IObservableList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/nestedselection/TestMasterDetail.java:[31] import org.eclipse.core.internal.databinding.conversion.ObjectToStringConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ObjectToStringConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/nestedselection/TestMasterDetail.java:[267] new UpdateValueStrategy().setConverter(new ObjectToStringConverter())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ObjectToStringConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/nestedselection/TestMasterDetail.java:[267] new UpdateValueStrategy().setConverter(new ObjectToStringConverter())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ObjectToStringConverter()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/TreeContentProviderTest.java:[28] import org.eclipse.jface.internal.databinding.provisional.viewers.ViewerLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ViewerLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/TreeContentProviderTest.java:[140] IViewerLabelProvider labelProvider = new ViewerLabelProvider() { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ViewerLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/TreeContentProviderTest.java:[140] IViewerLabelProvider labelProvider = new ViewerLabelProvider() { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ViewerLabelProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[28] import org.eclipse.jface.internal.databinding.provisional.swt.ControlUpdater; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[29] import org.eclipse.jface.internal.databinding.provisional.viewers.ViewerLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ViewerLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[162] new ControlUpdater(sumLabel) { ^^^^^^^^^^^^^^ Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[162] new ControlUpdater(sumLabel) { ^^^^^^^^^^^^^^ Discouraged access: The constructor 'ControlUpdater(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[252] new ControlUpdater(button) { ^^^^^^^^^^^^^^ Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[252] new ControlUpdater(button) { ^^^^^^^^^^^^^^ Discouraged access: The constructor 'ControlUpdater(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[267] listOfInts.setLabelProvider(new ViewerLabelProvider()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ViewerLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[267] listOfInts.setLabelProvider(new ViewerLabelProvider()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ViewerLabelProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[290] listOfInts.setLabelProvider(new ViewerLabelProvider()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ViewerLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[290] listOfInts.setLabelProvider(new ViewerLabelProvider()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ViewerLabelProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[320] new ControlUpdater(remove) { ^^^^^^^^^^^^^^ Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java:[320] new ControlUpdater(remove) { ^^^^^^^^^^^^^^ Discouraged access: The constructor 'ControlUpdater(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest2.java:[96] RenamableItem.Listener listener = item -> fireChangeEvent(Collections.singleton(item)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ViewerLabelProvider.fireChangeEvent(Collection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet012CompositeUpdater.java:[24] import org.eclipse.jface.internal.databinding.provisional.swt.CompositeUpdater; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompositeUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet012CompositeUpdater.java:[75] new CompositeUpdater<>(composite, list) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompositeUpdater' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet012CompositeUpdater.java:[75] new CompositeUpdater<>(composite, list) { ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CompositeUpdater(Composite, IObservableList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet012CompositeUpdater.java:[86] requestLayout((Label) widget); ^^^^^^^^^^^^^ Discouraged access: The method 'CompositeUpdater.requestLayout(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes') 30 problems (30 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface.examples.databinding --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jface.examples.databinding --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface.examples.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface.examples.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.examples.databinding --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.jface.examples.databinding:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jface.examples.databinding --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jface.examples.databinding --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.examples.databinding --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.jface:org.eclipse.jface.tests.databinding.conformance >-- [INFO] Building org.eclipse.jface.tests.databinding.conformance 1.4.0-SNAPSHOT [309/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] The project's OSGi version is 1.4.0.v20210319-0948 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/target/org.eclipse.jface.tests.databinding.conformance-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/target/org.eclipse.jface.tests.databinding.conformance-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests.databinding.conformance --- [WARNING] MavenProject: org.eclipse.jface:org.eclipse.jface.tests.databinding.conformance:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.jface:org.eclipse.jface.tests.databinding.conformance:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/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:2.4.0:test (default-test) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.jface:org.eclipse.jface.tests.databinding >-------- [INFO] Building org.eclipse.jface.tests.databinding 1.10.0-SNAPSHOT [310/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests.databinding --- [INFO] The project's OSGi version is 1.10.0.v20210628-1522 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface.tests.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface.tests.databinding --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface.tests.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface.tests.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface.tests.databinding --- [INFO] Compiling 248 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface.tests.databinding --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface.tests.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/target/org.eclipse.jface.tests.databinding-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface.tests.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/target/org.eclipse.jface.tests.databinding-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests.databinding --- [WARNING] MavenProject: org.eclipse.jface:org.eclipse.jface.tests.databinding:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.jface:org.eclipse.jface.tests.databinding:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/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:2.4.0:test (default-test) @ org.eclipse.jface.tests.databinding --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests.databinding --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.ui:org.eclipse.ui.monitoring.tests >----------- [INFO] Building org.eclipse.ui.monitoring.tests 1.2.0-SNAPSHOT [311/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.monitoring.tests --- [INFO] The project's OSGi version is 1.2.0.v20210111-1225 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.monitoring.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.monitoring.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.monitoring.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.monitoring.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.monitoring.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.monitoring.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.monitoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/target/org.eclipse.ui.monitoring.tests-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.monitoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/target/org.eclipse.ui.monitoring.tests-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.monitoring.tests --- [INFO] No baseline version MavenProject: org.eclipse.ui:org.eclipse.ui.monitoring.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.ui.monitoring.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.monitoring.tests --- [INFO] Skipped [INFO] [INFO] ------< eclipse.platform.runtime:eclipse.platform.runtime.tests >------- [INFO] Building eclipse.platform.runtime.tests 4.21.0-SNAPSHOT [312/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.runtime.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.runtime.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.runtime.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.runtime.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.runtime.tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.runtime.tests --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.core:org.eclipse.core.tests.harness >----------- [INFO] Building org.eclipse.core.tests.harness 3.12.100-SNAPSHOT [313/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.harness --- [INFO] The project's OSGi version is 3.12.100.v20210621-0954 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.tests.harness --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.tests.harness --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.tests.harness --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.tests.harness --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.tests.harness --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.tests.harness --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.tests.harness --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.tests.harness --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/target/org.eclipse.core.tests.harness-3.12.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.tests.harness --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/target/org.eclipse.core.tests.harness-3.12.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.harness --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.tests.harness:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/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.harness:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.tests.harness --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.tests.harness --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.harness --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.ui:org.eclipse.ui.tests >----------------- [INFO] Building org.eclipse.ui.tests 3.15.300-SNAPSHOT [314/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests --- [INFO] The project's OSGi version is 3.15.300.v20210821-1421 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.tests --- [INFO] Compiling 651 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.tests:3.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.tests:3.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.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:2.4.0:test (default-test) @ org.eclipse.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.ui:org.eclipse.ui.tests.forms >-------------- [INFO] Building org.eclipse.ui.tests.forms 3.9.100-SNAPSHOT [315/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.forms --- [INFO] The project's OSGi version is 3.9.100.v20210628-1522 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.tests.forms --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.tests.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.tests.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.tests.forms --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.tests.forms --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.tests.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/target/org.eclipse.ui.tests.forms-3.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/target/org.eclipse.ui.tests.forms-3.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.forms --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.forms:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.forms:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/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:2.4.0:test (default-test) @ org.eclipse.ui.tests.forms --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.forms --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.ui:org.eclipse.ui.tests.navigator >------------ [INFO] Building org.eclipse.ui.tests.navigator 3.6.200-SNAPSHOT [316/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.navigator --- [INFO] The project's OSGi version is 3.6.200.v20210628-1522 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.tests.navigator --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.tests.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.tests.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.tests.navigator --- [INFO] Compiling 109 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.tests.navigator --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.tests.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/target/org.eclipse.ui.tests.navigator-3.6.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/target/org.eclipse.ui.tests.navigator-3.6.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.navigator --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.navigator:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.navigator:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/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:2.4.0:test (default-test) @ org.eclipse.ui.tests.navigator --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.navigator --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.ui:org.eclipse.ui.tests.pluginchecks >---------- [INFO] Building org.eclipse.ui.tests.pluginchecks 1.1.0-SNAPSHOT [317/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.pluginchecks --- [INFO] The project's OSGi version is 1.1.0.v20210111-1222 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/target/org.eclipse.ui.tests.pluginchecks-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/target/org.eclipse.ui.tests.pluginchecks-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.pluginchecks --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.pluginchecks:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.pluginchecks:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/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:2.4.0:test (default-test) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.ui:org.eclipse.ui.tests.performance >----------- [INFO] Building org.eclipse.ui.tests.performance 1.4.100-SNAPSHOT [318/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.performance --- [INFO] The project's OSGi version is 1.4.100.v20210628-1522 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.performance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.tests.performance --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.tests.performance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.tests.performance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.tests.performance --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.tests.performance --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.tests.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/target/org.eclipse.ui.tests.performance-1.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/target/org.eclipse.ui.tests.performance-1.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.performance --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.performance:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.performance:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.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-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.ui.tests.performance --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.performance --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.ui:org.eclipse.ui.tests.rcp >--------------- [INFO] Building org.eclipse.ui.tests.rcp 3.5.0-SNAPSHOT [319/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.rcp --- [INFO] The project's OSGi version is 3.5.0.v20210111-1217 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.tests.rcp --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.tests.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.tests.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.tests.rcp --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.tests.rcp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.tests.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/target/org.eclipse.ui.tests.rcp-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/target/org.eclipse.ui.tests.rcp-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.rcp --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.rcp:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.rcp:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/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:2.4.0:test (default-test) @ org.eclipse.ui.tests.rcp --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.rcp --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.ui:org.eclipse.ui.tests.views.properties.tabbed >----- [INFO] Building org.eclipse.ui.tests.views.properties.tabbed 3.7.100-SNAPSHOT [320/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] The project's OSGi version is 3.7.100.v20210628-1522 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Compiling 107 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/target/org.eclipse.ui.tests.views.properties.tabbed-3.7.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/target/org.eclipse.ui.tests.views.properties.tabbed-3.7.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.views.properties.tabbed --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.views.properties.tabbed:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.tests.views.properties.tabbed:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/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:2.4.0:test (default-test) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.ui:org.eclipse.ui.ide.application.tests >--------- [INFO] Building org.eclipse.ui.ide.application.tests 1.3.0-SNAPSHOT [321/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.ide.application.tests --- [INFO] The project's OSGi version is 1.3.0.v20210628-1522 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.ide.application.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.ide.application.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.ide.application.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.ide.application.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.ide.application.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.ide.application.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.ide.application.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/target/org.eclipse.ui.ide.application.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.ide.application.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/target/org.eclipse.ui.ide.application.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.ide.application.tests --- [INFO] No baseline version MavenProject: org.eclipse.ui:org.eclipse.ui.ide.application.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.ui.ide.application.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.ide.application.tests --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.e4:org.eclipse.e4.ui.bindings.tests >----------- [INFO] Building org.eclipse.e4.ui.bindings.tests 0.13.0-SNAPSHOT [322/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.bindings.tests --- [INFO] The project's OSGi version is 0.13.0.v20210111-1226 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.bindings.tests --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/target/org.eclipse.e4.ui.bindings.tests-0.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/target/org.eclipse.e4.ui.bindings.tests-0.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.bindings.tests --- [WARNING] MavenProject: org.eclipse.e4:org.eclipse.e4.ui.bindings.tests:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.ui.bindings.tests:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.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:2.4.0:test (default-test) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.e4:org.eclipse.e4.core.commands.tests >---------- [INFO] Building org.eclipse.e4.core.commands.tests 0.13.0-SNAPSHOT [323/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands.tests --- [INFO] The project's OSGi version is 0.13.0.v20210111-1203 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.core.commands.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.core.commands.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.core.commands.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.core.commands.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.core.commands.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.core.commands.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.core.commands.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/target/org.eclipse.e4.core.commands.tests-0.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/target/org.eclipse.e4.core.commands.tests-0.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands.tests --- [WARNING] MavenProject: org.eclipse.e4:org.eclipse.e4.core.commands.tests:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.core.commands.tests:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.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:2.4.0:test (default-test) @ org.eclipse.e4.core.commands.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands.tests --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.ui:org.eclipse.e4.ui.tests >--------------- [INFO] Building org.eclipse.e4.ui.tests 0.14.400-SNAPSHOT [324/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.tests --- [INFO] The project's OSGi version is 0.14.400.v20210628-1522 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.tests --- [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/target/org.eclipse.e4.ui.tests-0.14.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/target/org.eclipse.e4.ui.tests-0.14.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.tests --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.e4.ui.tests:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.e4.ui.tests:0.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.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:2.4.0:test (default-test) @ org.eclipse.e4.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.tests --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.e4:org.eclipse.e4.ui.tests.css.core >----------- [INFO] Building org.eclipse.e4.ui.tests.css.core 1.301.0-SNAPSHOT [325/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.tests.css.core --- [INFO] The project's OSGi version is 1.301.0.v20201125-1930 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.tests.css.core --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/target/org.eclipse.e4.ui.tests.css.core-1.301.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/target/org.eclipse.e4.ui.tests.css.core-1.301.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.tests.css.core --- [WARNING] MavenProject: org.eclipse.e4:org.eclipse.e4.ui.tests.css.core:1.301.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.ui.tests.css.core:1.301.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.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:2.4.0:test (default-test) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.e4:org.eclipse.e4.ui.tests.css.swt >----------- [INFO] Building org.eclipse.e4.ui.tests.css.swt 0.11.100-SNAPSHOT [326/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] The project's OSGi version is 0.11.100.v20210901-0752 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.tests.css.swt --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/target/org.eclipse.e4.ui.tests.css.swt-0.11.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/target/org.eclipse.e4.ui.tests.css.swt-0.11.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.tests.css.swt --- [WARNING] MavenProject: org.eclipse.e4:org.eclipse.e4.ui.tests.css.swt:0.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.ui.tests.css.swt:0.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/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:2.4.0:test (default-test) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.e4:org.eclipse.e4.ui.workbench.addons.swt.test >----- [INFO] Building org.eclipse.e4.ui.workbench.addons.swt.test 1.4.0-SNAPSHOT [327/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] The project's OSGi version is 1.4.0.v20210507-1901 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/org.eclipse.e4.ui.workbench.addons.swt.test-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/org.eclipse.e4.ui.workbench.addons.swt.test-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] No baseline version MavenProject: org.eclipse.e4:org.eclipse.e4.ui.workbench.addons.swt.test:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.ui:org.eclipse.tests.urischeme >------------- [INFO] Building org.eclipse.tests.urischeme 1.1.0-SNAPSHOT [328/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tests.urischeme --- [INFO] The project's OSGi version is 1.1.0.v20210621-1134 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.tests.urischeme --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.tests.urischeme --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tests.urischeme --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.tests.urischeme --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tests.urischeme --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tests.urischeme --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.tests.urischeme --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/target/org.eclipse.tests.urischeme-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tests.urischeme --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/target/org.eclipse.tests.urischeme-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tests.urischeme --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.tests.urischeme:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.tests.urischeme:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/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:2.4.0:test (default-test) @ org.eclipse.tests.urischeme --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tests.urischeme --- [INFO] Skipped [INFO] [INFO] -----< eclipse.platform.ui:org.eclipse.ui.examples.contributions >------ [INFO] Building [bundle] Command Contribution Examples 3.5.0-SNAPSHOT [329/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.contributions --- [INFO] The project's OSGi version is 3.5.0.v20210111-1205 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.contributions --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.contributions --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.contributions --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.contributions --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/target/org.eclipse.ui.examples.contributions-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/target/org.eclipse.ui.examples.contributions-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.contributions --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.contributions:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.contributions --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.contributions --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.contributions --- [INFO] Skipped [INFO] [INFO] ------< eclipse.platform.ui:org.eclipse.ui.examples.fieldassist >------- [INFO] Building [bundle] Field Assist Example 1.2.100-SNAPSHOT [330/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.fieldassist --- [INFO] The project's OSGi version is 1.2.100.v20210415-1605 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.fieldassist --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.fieldassist --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.fieldassist --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.fieldassist --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.fieldassist --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.fieldassist --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.fieldassist --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.fieldassist --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/target/org.eclipse.ui.examples.fieldassist-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.fieldassist --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/target/org.eclipse.ui.examples.fieldassist-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.fieldassist --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.fieldassist:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.fieldassist --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.fieldassist --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.fieldassist --- [INFO] Skipped [INFO] [INFO] ----< eclipse.platform.ui:org.eclipse.ui.examples.multipageeditor >----- [INFO] Building [bundle] Multi-Page Editor Example 3.3.0-SNAPSHOT [331/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.multipageeditor --- [INFO] The project's OSGi version is 3.3.0.v20210111-1233 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/target/org.eclipse.ui.examples.multipageeditor-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/target/org.eclipse.ui.examples.multipageeditor-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.multipageeditor --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.multipageeditor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Skipped [INFO] [INFO] -----< eclipse.platform.ui:org.eclipse.ui.examples.propertysheet >------ [INFO] Building [bundle] User File Editor 3.4.0-SNAPSHOT [332/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.propertysheet --- [INFO] The project's OSGi version is 3.4.0.v20210111-1234 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.propertysheet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.propertysheet --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.propertysheet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.propertysheet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.propertysheet --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.propertysheet --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.propertysheet --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.propertysheet --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/target/org.eclipse.ui.examples.propertysheet-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.propertysheet --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/target/org.eclipse.ui.examples.propertysheet-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.propertysheet --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.propertysheet:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.propertysheet --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.propertysheet --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.propertysheet --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.ui:org.eclipse.ui.examples.readmetool >------- [INFO] Building [bundle] Readme File Editing Tool 3.6.0-SNAPSHOT [333/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.readmetool --- [INFO] The project's OSGi version is 3.6.0.v20210111-1232 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.readmetool --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.readmetool --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.readmetool --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.readmetool --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.readmetool --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.readmetool --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.readmetool --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.readmetool --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/target/org.eclipse.ui.examples.readmetool-3.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.readmetool --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/target/org.eclipse.ui.examples.readmetool-3.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.readmetool --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.readmetool:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.readmetool --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.readmetool --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.readmetool --- [INFO] Skipped [INFO] [INFO] ----------< eclipse.platform.ui:org.eclipse.ui.examples.undo >---------- [INFO] Building [bundle] Undo Example 3.4.0-SNAPSHOT [334/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.undo --- [INFO] The project's OSGi version is 3.4.0.v20210111-1227 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.undo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.undo --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.undo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.undo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.undo --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.undo --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.undo --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.undo --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/target/org.eclipse.ui.examples.undo-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.undo --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/target/org.eclipse.ui.examples.undo-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.undo --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.undo:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.undo --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.undo --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.undo --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.ui:org.eclipse.ui.examples.views.properties.tabbed.article >-- [INFO] Building org.eclipse.ui.examples.views.properties.tabbed.article 3.3.0-SNAPSHOT [335/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] The project's OSGi version is 3.3.0.v20210111-1231 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/org.eclipse.ui.examples.views.properties.tabbed.article-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/org.eclipse.ui.examples.views.properties.tabbed.article-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.examples.views.properties.tabbed.article:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.ui.examples:org.eclipse.e4.demo.cssbridge >-------- [INFO] Building org.eclipse.e4.demo.cssbridge 1.2.0-SNAPSHOT [336/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.demo.cssbridge --- [INFO] The project's OSGi version is 1.2.0.v20210415-1605 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.demo.cssbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.demo.cssbridge --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.demo.cssbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.demo.cssbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.demo.cssbridge --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.demo.cssbridge --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.demo.cssbridge --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.demo.cssbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/target/org.eclipse.e4.demo.cssbridge-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.demo.cssbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/target/org.eclipse.e4.demo.cssbridge-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.demo.cssbridge --- [INFO] No baseline version MavenProject: org.eclipse.ui.examples:org.eclipse.e4.demo.cssbridge:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.demo.cssbridge --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.demo.cssbridge --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.demo.cssbridge --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.ui:org.eclipse.e4.ui.examples.job >------------ [INFO] Building org.eclipse.e4.ui.examples.job 0.3.0-SNAPSHOT [337/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.examples.job --- [INFO] The project's OSGi version is 0.3.0.v20201119-1550 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.examples.job --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.ui.examples.job --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.ui.examples.job --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.ui.examples.job --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.ui.examples.job --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.ui.examples.job --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.ui.examples.job --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.ui.examples.job --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.examples.job --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.examples.job --- [INFO] No baseline version MavenProject: org.eclipse.ui:org.eclipse.e4.ui.examples.job:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.ui.examples.job --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.ui.examples.job --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.examples.job --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.jface:org.eclipse.jface.snippets >------------ [INFO] Building org.eclipse.jface.snippets 3.5.0-SNAPSHOT [338/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.snippets --- [INFO] The project's OSGi version is 3.5.0.v20210723-0751 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface.snippets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.snippets/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface.snippets --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface.snippets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.snippets/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface.snippets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.snippets/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface.snippets --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.snippets/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface.snippets --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jface.snippets --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface.snippets --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface.snippets --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.snippets --- [INFO] No baseline version MavenProject: org.eclipse.jface:org.eclipse.jface.snippets:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.jface.snippets/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jface.snippets --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jface.snippets --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.snippets --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.ui:org.eclipse.ui.examples.job >------------- [INFO] Building org.eclipse.ui.examples.job 3.2.0 [339/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.job --- [INFO] The project's OSGi version is 3.2.0 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.job --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.job --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.job --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.job --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.job --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/actions/DebugJobManagerAction.java:[16] import org.eclipse.core.internal.jobs.JobManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JobManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/actions/DebugJobManagerAction.java:[50] System.out.println("" + job.getClass().getName() + " state: " + JobManager.printState(job.getState())); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^ Discouraged access: The type 'JobManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/actions/DebugJobManagerAction.java:[50] System.out.println("" + job.getClass().getName() + " state: " + JobManager.printState(job.getState())); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^ Discouraged access: The method 'JobManager.printState(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/BusyShowWhileDialog.java:[25] import org.eclipse.ui.internal.progress.ProgressManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProgressManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/BusyShowWhileDialog.java:[51] ProgressManager.getInstance().busyCursorWhile(monitor -> { ^^^^^^^^^^^^^^^ Discouraged access: The type 'ProgressManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/BusyShowWhileDialog.java:[51] ProgressManager.getInstance().busyCursorWhile(monitor -> { ^^^^^^^^^^^ Discouraged access: The method 'ProgressManager.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/BusyShowWhileDialog.java:[51] ProgressManager.getInstance().busyCursorWhile(monitor -> { ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProgressManager.busyCursorWhile(IRunnableWithProgress)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') 7 problems (7 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.job --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.job --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.job --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/target/org.eclipse.ui.examples.job-3.2.0-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.job --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/target/org.eclipse.ui.examples.job-3.2.0.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.job --- [INFO] No baseline version MavenProject: org.eclipse.ui:org.eclipse.ui.examples.job:3.2.0 @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.job --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.job --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.job --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.ui:org.eclipse.ui.examples.navigator >---------- [INFO] Building org.eclipse.ui.examples.navigator 3.3.500-SNAPSHOT [340/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.navigator --- [INFO] The project's OSGi version is 3.3.500.v20201027-1404 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.navigator --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.navigator --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.navigator --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.navigator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/target/org.eclipse.ui.examples.navigator-3.3.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/target/org.eclipse.ui.examples.navigator-3.3.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.navigator --- [INFO] No baseline version MavenProject: org.eclipse.ui:org.eclipse.ui.examples.navigator:3.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.navigator --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.navigator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.navigator --- [INFO] Skipped [INFO] [INFO] ----< eclipse.platform.ui:org.eclipse.ui.examples.uriSchemeHandler >---- [INFO] Building [bundle] Plugin.name 1.1.0-SNAPSHOT [341/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] The project's OSGi version is 1.1.0.v20210111-1239 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/target/org.eclipse.ui.examples.uriSchemeHandler-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/target/org.eclipse.ui.examples.uriSchemeHandler-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.ui.examples.uriSchemeHandler:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.ui:org.eclipse.ui.forms.examples >------------ [INFO] Building org.eclipse.ui.forms.examples 3.3.0-SNAPSHOT [342/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples --- [INFO] The project's OSGi version is 3.3.0.v20210415-1605 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.forms.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.forms.examples --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.forms.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.forms.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.forms.examples --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.forms.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.forms.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.forms.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.forms.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples --- [INFO] No baseline version MavenProject: org.eclipse.ui:org.eclipse.ui.forms.examples:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.forms.examples --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.forms.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.forms.examples --- [INFO] Skipped [INFO] [INFO] -------------< eclipse.platform.ua:org.eclipse.tips.core >-------------- [INFO] Building [bundle] Tip of the Day core plugin 0.2.0-SNAPSHOT [343/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tips.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tips.core --- [INFO] The project's OSGi version is 0.2.0.v20210317-2216 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tips.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tips.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.tips.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.tips.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.tips.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tips.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tips.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.tips.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tips.core --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.tips.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.tips.core_0.2.0.v20210317-2216, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tips.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tips.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tips.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.tips.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/target/org.eclipse.tips.core-0.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tips.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.core/target/org.eclipse.tips.core-0.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.core --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.core:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tips.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tips.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.core --- [INFO] Skipped [INFO] [INFO] --------------< eclipse.platform.ua:org.eclipse.tips.ui >--------------- [INFO] Building [bundle] Tip of the Day UI 0.2.0-SNAPSHOT [344/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tips.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tips.ui --- [INFO] The project's OSGi version is 0.2.0.v20210317-2216 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tips.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tips.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.tips.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.tips.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.tips.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tips.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tips.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.tips.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tips.ui --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.tips.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.tips.ui_0.2.0.v20210317-2216, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tips.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tips.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tips.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.tips.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tips.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.ui --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.ui:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tips.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tips.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.ui --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.ui:org.eclipse.platform.doc.tips >------------ [INFO] Building org.eclipse.platform.doc.tips 0.2.0-SNAPSHOT [345/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.tips --- [INFO] The project's OSGi version is 0.2.0.v20201106-1022 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.platform.doc.tips --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.platform.doc.tips --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.platform.doc.tips --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.platform.doc.tips --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.platform.doc.tips --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.platform.doc.tips --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.platform.doc.tips --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.platform.doc.tips --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.platform.doc.tips --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0: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/eng.aggregator_R4_21_maintenance/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.platform.doc.tips --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.platform.doc.tips --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform.doc.tips --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.debug:org.eclipse.debug.examples.core >------- [INFO] Building [bundle] Example Debug Core Plug-in 1.5.0-SNAPSHOT [346/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.debug.examples.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.debug.examples.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.debug.examples.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.debug.examples.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.debug.examples.core --- [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.debug.examples.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.debug.examples.core_1.5.0.v20210510-1910, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.debug.examples.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.debug.examples.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.debug.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.core/target/org.eclipse.debug.examples.core-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.core --- [INFO] MavenProject: eclipse.platform.debug:org.eclipse.debug.examples.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.debug.examples.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.debug.examples.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.core --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.debug:org.eclipse.debug.examples.memory >--------- [INFO] Building org.eclipse.debug.examples.memory 1.103.0-SNAPSHOT [347/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.debug.examples.memory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.memory/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.debug.examples.memory --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.debug.examples.memory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.memory/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.debug.examples.memory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.memory/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.debug.examples.memory --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.memory/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.debug.examples.memory --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.debug.examples.memory --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.debug.examples.memory --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.memory --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.memory/target/org.eclipse.debug.examples.memory-1.103.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.memory --- [INFO] No baseline version MavenProject: org.eclipse.debug:org.eclipse.debug.examples.memory:1.103.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.memory/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.debug.examples.memory --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.debug.examples.memory --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.memory --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.debug:org.eclipse.debug.examples.mixedmode >------- [INFO] Building org.eclipse.debug.examples.mixedmode 1.3.0-SNAPSHOT [348/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.debug.examples.mixedmode --- [INFO] The project's OSGi version is 1.3.0.v20210510-2108 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.debug.examples.mixedmode --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.debug.examples.mixedmode --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.debug.examples.mixedmode --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.debug.examples.mixedmode --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.debug.examples.mixedmode --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.debug.examples.mixedmode --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.debug.examples.mixedmode --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.debug.examples.mixedmode --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.mixedmode --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/target/org.eclipse.debug.examples.mixedmode-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.mixedmode --- [INFO] No baseline version MavenProject: org.eclipse.debug:org.eclipse.debug.examples.mixedmode:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.debug.examples.mixedmode --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.debug.examples.mixedmode --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.mixedmode --- [INFO] Skipped [INFO] [INFO] --------< eclipse.platform.debug:org.eclipse.debug.examples.ui >-------- [INFO] Building [bundle] Example Debug UI Plug-in 1.7.100-SNAPSHOT [349/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.debug.examples.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.debug.examples.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.debug.examples.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.debug.examples.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.debug.examples.ui --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.debug.examples.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.debug.examples.ui_1.7.100.v20210721-1355, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.debug.examples.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.debug.examples.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.debug.examples.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.examples.ui/target/org.eclipse.debug.examples.ui-1.7.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.ui --- [INFO] MavenProject: eclipse.platform.debug:org.eclipse.debug.examples.ui:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.debug.examples.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.debug.examples.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.ui --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.debug:org.eclipse.debug.tests >-------------- [INFO] Building org.eclipse.debug.tests 3.12.300-SNAPSHOT [350/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.debug.tests --- [INFO] The project's OSGi version is 3.12.300.v20210721-1355 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.debug.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.debug.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.debug.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.debug.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.debug.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.debug.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.debug.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.debug.tests --- [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.debug.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.debug.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.debug.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.tests/target/org.eclipse.debug.tests-3.12.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.debug.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.tests/target/org.eclipse.debug.tests-3.12.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.tests --- [WARNING] MavenProject: org.eclipse.debug:org.eclipse.debug.tests:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.debug.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.debug:org.eclipse.debug.tests:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.debug/org.eclipse.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:2.4.0:test (default-test) @ org.eclipse.debug.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.tests --- [INFO] Skipped [INFO] [INFO] ----< eclipse.platform.resources:eclipse.platform.resources.tests >----- [INFO] Building eclipse.platform.resources.tests 4.21.0-SNAPSHOT [351/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.resources.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.resources.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.resources.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.resources.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.resources.tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources.tests --- [INFO] Skipped [INFO] [INFO] --< eclipse.platform.resources:org.eclipse.core.tests.filesystem.feature >-- [INFO] Building [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT [352/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.core.tests.filesystem.feature --- [INFO] The project's OSGi version is 4.6.0.v20210427-1937 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.tests.filesystem.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.tests.filesystem.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.core.tests.filesystem.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.filesystem.feature --- [INFO] No baseline version MavenProject: eclipse.platform.resources:org.eclipse.core.tests.filesystem.feature:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.filesystem.feature --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.core:org.eclipse.core.tests.resources >---------- [INFO] Building org.eclipse.core.tests.resources 3.10.1400-SNAPSHOT [353/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources --- [INFO] The project's OSGi version is 3.10.1400.v20210615-1507 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.tests.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.tests.resources --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.tests.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.tests.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.tests.resources --- [INFO] Compiling 311 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.tests.resources --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.tests.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/target/org.eclipse.core.tests.resources-3.10.1400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/target/org.eclipse.core.tests.resources-3.10.1400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.tests.resources:3.10.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/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.resources:3.10.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.core.tests.resources --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant1 >-- [INFO] Building org.eclipse.core.tests.resources.saveparticipant1 3.4.0-SNAPSHOT [354/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] The project's OSGi version is 3.4.0.v20200210-0629 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/org.eclipse.core.tests.resources.saveparticipant1-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/org.eclipse.core.tests.resources.saveparticipant1-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] No baseline version MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant1:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant2 >-- [INFO] Building org.eclipse.core.tests.resources.saveparticipant2 3.4.0-SNAPSHOT [355/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] The project's OSGi version is 3.4.0.v20200210-0629 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/org.eclipse.core.tests.resources.saveparticipant2-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/org.eclipse.core.tests.resources.saveparticipant2-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] No baseline version MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant2:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant3 >-- [INFO] Building org.eclipse.core.tests.resources.saveparticipant3 3.4.0-SNAPSHOT [356/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] The project's OSGi version is 3.4.0.v20200210-0629 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/org.eclipse.core.tests.resources.saveparticipant3-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/org.eclipse.core.tests.resources.saveparticipant3-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] No baseline version MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant3:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant >-- [INFO] Building org.eclipse.core.tests.resources.saveparticipant 3.4.0-SNAPSHOT [357/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] The project's OSGi version is 3.4.0.v20200210-0629 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/org.eclipse.core.tests.resources.saveparticipant-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/org.eclipse.core.tests.resources.saveparticipant-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] No baseline version MavenProject: org.eclipse.core:org.eclipse.core.tests.resources.saveparticipant:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox.feature:org.eclipse.equinox.core.feature >---- [INFO] Building org.eclipse.equinox.core.feature 1.13.300-SNAPSHOT [358/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.feature --- [INFO] The project's OSGi version is 1.13.300.v20210823-1805 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.core.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.core.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.13.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.feature --- [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.feature:1.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.feature/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different feature.xml: different [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.feature:1.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.feature --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.core.feature:org.eclipse.core.runtime.feature >------ [INFO] Building org.eclipse.core.runtime.feature 1.2.1400-SNAPSHOT [359/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.core.runtime.feature --- [INFO] The project's OSGi version is 1.2.1400.v20210823-1805 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.runtime.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/features/org.eclipse.core.runtime.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.runtime.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/features/org.eclipse.core.runtime.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.core.runtime.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/features/org.eclipse.core.runtime.feature/target/org.eclipse.core.runtime.feature-1.2.1400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.runtime.feature --- [INFO] MavenProject: org.eclipse.core.feature:org.eclipse.core.runtime.feature:1.2.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/features/org.eclipse.core.runtime.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.runtime.feature --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.core:org.eclipse.core.expressions.tests >--------- [INFO] Building org.eclipse.core.expressions.tests 3.6.0-SNAPSHOT [360/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.expressions.tests --- [INFO] The project's OSGi version is 3.6.0.v20210621-0954 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.expressions.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.expressions.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.expressions.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.expressions.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.expressions.tests --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.expressions.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/target/org.eclipse.core.expressions.tests-3.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/target/org.eclipse.core.expressions.tests-3.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.expressions.tests --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.expressions.tests:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/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.expressions.tests:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.expressions.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:2.4.0:test (default-test) @ org.eclipse.core.expressions.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.expressions.tests --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.core:org.eclipse.core.tests.runtime >----------- [INFO] Building org.eclipse.core.tests.runtime 3.20.0-SNAPSHOT [361/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.runtime --- [INFO] The project's OSGi version is 3.20.0.v20210723-1034 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.tests.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.tests.runtime --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.tests.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.tests.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.tests.runtime --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.tests.runtime --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.tests.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.tests.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.runtime --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.tests.runtime:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/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.runtime:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/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:2.4.0:test (default-test) @ org.eclipse.core.tests.runtime --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.runtime --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.e4:org.eclipse.e4.core.tests >-------------- [INFO] Building org.eclipse.e4.core.tests 1.2.200-SNAPSHOT [362/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.tests --- [INFO] The project's OSGi version is 1.2.200.v20210621-0954 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.core.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.core.tests --- [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.core.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/target/org.eclipse.e4.core.tests-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/target/org.eclipse.e4.core.tests-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.tests --- [WARNING] MavenProject: org.eclipse.e4:org.eclipse.e4.core.tests:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.e4:org.eclipse.e4.core.tests:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.e4.core.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:2.4.0:test (default-test) @ org.eclipse.e4.core.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.tests --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.core:org.eclipse.core.contenttype.tests >--------- [INFO] Building org.eclipse.core.contenttype.tests 1.1.0-SNAPSHOT [363/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.contenttype.tests --- [INFO] The project's OSGi version is 1.1.0.v20210621-0954 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.contenttype.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.contenttype.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.contenttype.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.contenttype.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.contenttype.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.contenttype.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.contenttype.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.contenttype.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.contenttype.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.contenttype.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.contenttype.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.contenttype.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.contenttype.tests --- [INFO] No baseline version MavenProject: org.eclipse.core:org.eclipse.core.contenttype.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/tests/org.eclipse.core.contenttype.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.core.contenttype.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.contenttype.tests --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.swt:org.eclipse.swt.fragments.localbuild >-------- [INFO] Building org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT [364/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.fragments.localbuild --- [INFO] The project's OSGi version is 3.105.0.v20210427-1939 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.fragments.localbuild --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.fragments.localbuild --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.fragments.localbuild --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.fragments.localbuild --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.fragments.localbuild --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.fragments.localbuild --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.fragments.localbuild --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0: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/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.fragments.localbuild --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.fragments.localbuild --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.fragments.localbuild --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.swt:org.eclipse.swt.tools.base >------------- [INFO] Building org.eclipse.swt.tools.base 3.107.300-SNAPSHOT [365/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools.base --- [INFO] The project's OSGi version is 3.107.300.v20190925-1155 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.tools.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.tools.base --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.tools.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.tools.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.tools.base --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.tools.base --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.tools.base --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/target/org.eclipse.swt.tools.base-3.107.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.tools.base --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/target/org.eclipse.swt.tools.base-3.107.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools.base --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools.base:3.107.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.tools.base --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.tools.base --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.base --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.swt:org.eclipse.swt.tools.spies >------------- [INFO] Building org.eclipse.swt.tools.spies 3.108.200-SNAPSHOT [366/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools.spies --- [INFO] The project's OSGi version is 3.108.200.v20210720-1914 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.tools.spies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.tools.spies --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.tools.spies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.tools.spies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.tools.spies --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.tools.spies --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.tools.spies --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.tools.spies --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/target/org.eclipse.swt.tools.spies-3.108.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.tools.spies --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/target/org.eclipse.swt.tools.spies-3.108.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools.spies --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools.spies:3.108.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.tools.spies --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.tools.spies --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.spies --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.swt:org.eclipse.swt.tools >---------------- [INFO] Building org.eclipse.swt.tools 3.109.200-SNAPSHOT [367/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools --- [INFO] The project's OSGi version is 3.109.200.v20210830-2107 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.tools --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.tools --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.tools --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.tools --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.tools --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.tools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/org.eclipse.swt.tools-3.109.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/org.eclipse.swt.tools-3.109.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools:3.109.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.tools --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.tools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.swt:org.eclipse.swt.examples >-------------- [INFO] Building org.eclipse.swt.examples 3.107.0-SNAPSHOT [368/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples --- [INFO] The project's OSGi version is 3.107.0.v20210712-0608 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.examples --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.examples --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.examples --- [INFO] Compiling 148 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.examples --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.107.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.107.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.examples --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.swt:org.eclipse.swt.examples.browser.demos >------- [INFO] Building org.eclipse.swt.examples.browser.demos 3.107.0-SNAPSHOT [369/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.browser.demos --- [INFO] The project's OSGi version is 3.107.0.v20210112-0622 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.examples.browser.demos --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.examples.browser.demos --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.examples.browser.demos --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.examples.browser.demos --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.examples.browser.demos --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.examples.browser.demos --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.examples.browser.demos --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.examples.browser.demos --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.107.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.browser.demos --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.107.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.examples.browser.demos --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.examples.browser.demos --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.browser.demos --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.examples.launcher >---------- [INFO] Building org.eclipse.swt.examples.launcher 3.107.0-SNAPSHOT [370/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.launcher --- [INFO] The project's OSGi version is 3.107.0.v20210112-0623 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.examples.launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.examples.launcher --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.examples.launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.examples.launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.examples.launcher --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.examples.launcher --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.examples.launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.examples.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.107.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.107.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.launcher --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.launcher:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.examples.launcher --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.examples.launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.launcher --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.examples.ole.win32 >--------- [INFO] Building org.eclipse.swt.examples.ole.win32 3.108.0-SNAPSHOT [371/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0: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/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.swt:org.eclipse.swt.examples.views >----------- [INFO] Building org.eclipse.swt.examples.views 3.107.0-SNAPSHOT [372/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.views --- [INFO] The project's OSGi version is 3.107.0.v20210112-0615 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.examples.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.examples.views --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.examples.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.examples.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.examples.views --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.examples.views --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.swt.examples.views --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.examples.views --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.107.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.views --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.107.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.views --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.views:3.107.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.swt.examples.views --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.swt.examples.views --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.views --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.swt.tests:org.eclipse.swt.tests.fragments.feature >---- [INFO] Building org.eclipse.swt.tests.fragments.feature 3.106.0-SNAPSHOT [373/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.tests.fragments.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swt.tests.fragments.feature --- [INFO] The project's OSGi version is 3.106.0.v20210903-1204 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.tests.fragments.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.tests.fragments.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.tests.fragments.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.tests.fragments.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.tests.fragments.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.tests.fragments.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.tests.fragments.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.swt.tests.fragments.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/target/org.eclipse.swt.tests.fragments.feature-3.106.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tests.fragments.feature --- [INFO] No baseline version MavenProject: org.eclipse.swt.tests:org.eclipse.swt.tests.fragments.feature:3.106.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swt.tests.fragments.feature --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tests.fragments.feature --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.swt:org.eclipse.swt.tests >---------------- [INFO] Building org.eclipse.swt.tests 3.106.1400-SNAPSHOT [374/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tests --- [INFO] The project's OSGi version is 3.106.1400.v20210812-1501 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.tests --- [INFO] Compiling 128 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.106.1400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.106.1400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tests --- [WARNING] MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.106.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.106.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.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:2.4.0:test (default-test) @ org.eclipse.swt.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (test) @ org.eclipse.swt.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tests --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature >----- [INFO] Building org.eclipse.swt.tools.feature 3.108.200-SNAPSHOT [375/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.tools.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swt.tools.feature --- [INFO] The project's OSGi version is 3.108.200.v20210830-2107 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.tools.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.tools.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.swt.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/target/org.eclipse.swt.tools.feature-3.108.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.swt.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/target/org.eclipse.swt.tools.feature-3.108.200-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.swt.tools.feature --- [INFO] MavenProject: org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature:3.108.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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] [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.feature --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.swt:org.eclipse.swt.tests.gtk >-------------- [INFO] Building org.eclipse.swt.tests.gtk 3.108.0-SNAPSHOT [376/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tests.gtk --- [INFO] The project's OSGi version is 3.108.0.v20210712-0608 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.swt.tests.gtk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.swt.tests.gtk --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.swt.tests.gtk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.swt.tests.gtk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.swt.tests.gtk --- [INFO] Compiling 351 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.swt.tests.gtk --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.swt.tests.gtk --- [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/target/org.eclipse.swt.tests.gtk-3.108.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.swt.tests.gtk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/target/org.eclipse.swt.tests.gtk-3.108.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.swt.tests.gtk --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tests.gtk --- [INFO] Skipped [INFO] [INFO] ----< eclipse.platform.swt.binaries:eclipse.platform.swt.binaries >----- [INFO] Building eclipse.platform.swt.binaries 4.21.0-SNAPSHOT [377/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.swt.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.swt.binaries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.swt.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.swt.binaries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.swt.binaries/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.swt.binaries --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt.binaries --- [INFO] Skipped [INFO] [INFO] ------------------< org.eclipse.cvs:org.eclipse.cvs >------------------- [INFO] Building org.eclipse.cvs 1.4.1900-SNAPSHOT [378/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.cvs --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.cvs --- [INFO] The project's OSGi version is 1.4.1900.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.cvs --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.cvs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.cvs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.cvs/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.cvs --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.cvs --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.cvs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.cvs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.cvs/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.cvs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.cvs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.cvs --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.cvs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.cvs --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.cvs --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.cvs --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.cvs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.cvs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.cvs --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.cvs/target/org.eclipse.cvs-1.4.1900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cvs --- [INFO] No baseline version MavenProject: org.eclipse.cvs:org.eclipse.cvs:1.4.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.cvs/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.cvs --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.cvs --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.cvs --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.team:org.eclipse.team.cvs.core >------------- [INFO] Building org.eclipse.team.cvs.core 3.5.0-SNAPSHOT [379/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.cvs.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.cvs.core --- [INFO] The project's OSGi version is 3.5.0.v20210511-0556 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.team.cvs.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.team.cvs.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.team.cvs.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.team.cvs.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.team.cvs.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.team.cvs.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.team.cvs.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.team.cvs.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.team.cvs.core --- [INFO] Compiling 188 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.team.cvs.core --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.team.cvs.core_3.5.0.v20210511-0556, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.team.cvs.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.team.cvs.core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.team.cvs.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.team.cvs.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/org.eclipse.team.cvs.core-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.team.cvs.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/org.eclipse.team.cvs.core-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.cvs.core --- [INFO] MavenProject: org.eclipse.team:org.eclipse.team.cvs.core:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.team.cvs.core --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.team.cvs.core --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.cvs.core --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.team:org.eclipse.team.cvs.ssh2 >------------- [INFO] Building org.eclipse.team.cvs.ssh2 3.4.0-SNAPSHOT [380/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.cvs.ssh2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.cvs.ssh2 --- [INFO] The project's OSGi version is 3.4.0.v20210426-0837 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.team.cvs.ssh2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.team.cvs.ssh2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.team.cvs.ssh2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.team.cvs.ssh2 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.team.cvs.ssh2 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.team.cvs.ssh2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.team.cvs.ssh2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.team.cvs.ssh2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.team.cvs.ssh2 --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.team.cvs.ssh2 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.team.cvs.ssh2_3.4.0.v20210426-0837, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.team.cvs.ssh2 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.team.cvs.ssh2 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.team.cvs.ssh2 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.team.cvs.ssh2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/target/org.eclipse.team.cvs.ssh2-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.team.cvs.ssh2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/target/org.eclipse.team.cvs.ssh2-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.cvs.ssh2 --- [INFO] MavenProject: org.eclipse.team:org.eclipse.team.cvs.ssh2:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ssh2/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.team.cvs.ssh2 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.team.cvs.ssh2 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.cvs.ssh2 --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.team:org.eclipse.team.cvs.ui >-------------- [INFO] Building org.eclipse.team.cvs.ui 3.5.0-SNAPSHOT [381/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.cvs.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.cvs.ui --- [INFO] The project's OSGi version is 3.5.0.v20210426-0843 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.team.cvs.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.team.cvs.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.team.cvs.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.team.cvs.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.team.cvs.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.team.cvs.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.team.cvs.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.team.cvs.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.team.cvs.ui --- [INFO] Compiling 327 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java:[25] import org.eclipse.team.internal.ui.synchronize.patch.ApplyPatchOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java:[45] isPatch = ApplyPatchOperation.isPatch((IFile) resource); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java:[45] isPatch = ApplyPatchOperation.isPatch((IFile) resource); ^^^^^^^ Discouraged access: The method 'ApplyPatchOperation.isPatch(IStorage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java:[51] final ApplyPatchOperation op; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java:[53] op = new ApplyPatchOperation( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java:[53] op = new ApplyPatchOperation( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ApplyPatchOperation(IWorkbenchPart, IStorage, IResource, CompareConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java:[57] op = new ApplyPatchOperation( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java:[57] op = new ApplyPatchOperation( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ApplyPatchOperation(IWorkbenchPart, IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/ResourceEditionNode.java:[22] import org.eclipse.core.internal.dtree.IComparator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/ResourceEditionNode.java:[55] * @see IComparator#equals ^^^^^^^^^^^ Discouraged access: The type 'IComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java:[25] import org.eclipse.team.internal.ui.synchronize.patch.ApplyPatchOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java:[48] isPatch = ApplyPatchOperation.isPatch((IFile) resource); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java:[48] isPatch = ApplyPatchOperation.isPatch((IFile) resource); ^^^^^^^ Discouraged access: The method 'ApplyPatchOperation.isPatch(IStorage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java:[54] final ApplyPatchOperation op; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java:[56] op = new ApplyPatchOperation( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java:[56] op = new ApplyPatchOperation( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ApplyPatchOperation(IWorkbenchPart, IStorage, IResource, CompareConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java:[60] op = new ApplyPatchOperation( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java:[60] op = new ApplyPatchOperation( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ApplyPatchOperation(IWorkbenchPart, IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') 20. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/CVSChangeSetCollector.java (at line 393) return !remote.equals(remoteResource); ^^^^^^^^^^^^^^ Unlikely argument type for equals(): ICVSRemoteResource seems to be unrelated to IResourceVariant 21. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/AddWizard.java (at line 69) if (!file.isIgnored() || file.equals(resource1)) { ^^^^^^^^^ Unlikely argument type for equals(): IResource seems to be unrelated to ICVSFile 22. INFO in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/operations/CheckoutIntoOperation.java (at line 232) if (remoteInfo.equals(FolderSyncInfo.VIRTUAL_DIRECTORY)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unlikely argument type for equals(): String seems to be unrelated to FolderSyncInfo 22 problems (0 errors, 18 warnings, 4 infos) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.team.cvs.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.team.cvs.ui_3.5.0.v20210426-0843, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.team.cvs.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.team.cvs.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.team.cvs.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.team.cvs.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/org.eclipse.team.cvs.ui-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.team.cvs.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/org.eclipse.team.cvs.ui-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.cvs.ui --- [INFO] MavenProject: org.eclipse.team:org.eclipse.team.cvs.ui:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.cvs.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.team.cvs.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.team.cvs.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.cvs.ui --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.compare:org.eclipse.compare.examples >---------- [INFO] Building org.eclipse.compare.examples 3.3.0-SNAPSHOT [382/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.compare.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.compare.examples --- [INFO] The project's OSGi version is 3.3.0.v20210424-1956 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.compare.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.compare.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.compare.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.compare.examples --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.compare.examples --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.compare.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.compare.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.compare.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.compare.examples --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.compare.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.compare.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.compare.examples --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.compare.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.compare.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples/target/org.eclipse.compare.examples-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.compare.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples/target/org.eclipse.compare.examples-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.examples --- [INFO] MavenProject: org.eclipse.compare:org.eclipse.compare.examples:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.compare.examples --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.compare.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.examples --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.compare:org.eclipse.compare.examples.xml >-------- [INFO] Building org.eclipse.compare.examples.xml 3.5.0-SNAPSHOT [383/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.compare.examples.xml --- [INFO] The project's OSGi version is 3.5.0.v20210424-1942 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.compare.examples.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.compare.examples.xml --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.compare.examples.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.compare.examples.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.compare.examples.xml --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.compare.examples.xml --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.compare.examples.xml --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.compare.examples.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/target/org.eclipse.compare.examples.xml-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.compare.examples.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/target/org.eclipse.compare.examples.xml-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.examples.xml --- [INFO] MavenProject: org.eclipse.compare:org.eclipse.compare.examples.xml:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.compare.examples.xml --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.compare.examples.xml --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.examples.xml --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.team:org.eclipse.team.examples.filesystem >-------- [INFO] Building org.eclipse.team.examples.filesystem 3.6.0-SNAPSHOT [384/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.examples.filesystem --- [INFO] The project's OSGi version is 3.6.0.v20210426-0952 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.team.examples.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.team.examples.filesystem --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.team.examples.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.team.examples.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.team.examples.filesystem --- [INFO] Compiling 101 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/GetAction.java:[29] GetOperation operation = new GetOperation(getTargetPart(), ^^^^^^^^^^^^^ Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/GetAction.java:[34] handle(e, null, Policy.bind("GetAction.problemMessage")); //$NON-NLS-1$ ^^^^^^ Discouraged access: The method 'TeamAction.handle(Exception, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java:[31] import org.eclipse.team.internal.ui.mapping.ResourceModelProviderOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourceModelProviderOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java:[42] private final class ModelSynchronizeOperation extends ResourceModelProviderOperation { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourceModelProviderOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java:[44] super(configuration, selection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ResourceModelProviderOperation(ISynchronizePageConfiguration, IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java:[52] IDiff[] diffs = getTargetDiffs(); ^^^^^^^^^^^^^^ Discouraged access: The method 'ResourceModelProviderOperation.getTargetDiffs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/SynchronizeAction.java:[39] participant.run(getTargetPart()); ^^^^^^^^^^^^^ Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java:[31] import org.eclipse.team.internal.ui.Policy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Policy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java:[96] adapter.prepareInput(configuration, Policy.subMonitorFor(monitor, 90)); ^^^^^^ Discouraged access: The type 'Policy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java:[96] adapter.prepareInput(configuration, Policy.subMonitorFor(monitor, 90)); ^^^^^^^^^^^^^ Discouraged access: The method 'Policy.subMonitorFor(IProgressMonitor, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/MergeAction.java:[35] operation = new SyncDialogModelMergeOperation(getTargetPart(), ^^^^^^^^^^^^^ Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/MergeAction.java:[38] operation = new NonSyncModelMergeOperation(getTargetPart(), ^^^^^^^^^^^^^ Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/MergeAction.java:[43] handle(e, null, "Errors occurred while merging"); ^^^^^^ Discouraged access: The method 'TeamAction.handle(Exception, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java:[26] import org.eclipse.team.internal.ui.TeamUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java:[42] Runnable r = () -> TeamUI.showHistoryFor(TeamUIPlugin.getActivePage(), resource, null); ^^^^^^^^^^^^ Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java:[42] Runnable r = () -> TeamUI.showHistoryFor(TeamUIPlugin.getActivePage(), resource, null); ^^^^^^^^^^^^^ Discouraged access: The method 'TeamUIPlugin.getActivePage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java:[28] import org.eclipse.team.internal.ui.Utils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java:[55] ResourceMapping mapping = Utils.getResourceMapping(element); ^^^^^ Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java:[55] ResourceMapping mapping = Utils.getResourceMapping(element); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Utils.getResourceMapping(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java:[22] import org.eclipse.team.internal.ui.actions.TeamAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TeamAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java:[27] public class DisconnectAction extends TeamAction { ^^^^^^^^^^ Discouraged access: The type 'TeamAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java:[31] IProject projects[] = getSelectedProjects(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TeamAction.getSelectedProjects()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java:[37] ErrorDialog.openError(getShell(), Policy.bind("DisconnectAction.errorTitle"), null, e.getStatus()); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'TeamAction.getShell()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java:[27] import org.eclipse.team.internal.core.history.LocalFileRevision; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalFileRevision' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java:[72] revisions[i] = new LocalFileRevision(states[i]); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalFileRevision' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java:[72] revisions[i] = new LocalFileRevision(states[i]); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LocalFileRevision(IFileState)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/PutAction.java:[29] PutOperation operation = new PutOperation(getTargetPart(), ^^^^^^^^^^^^^ Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/PutAction.java:[34] handle(e, null, Policy.bind("PutAction.problemMessage")); //$NON-NLS-1$ ^^^^^^ Discouraged access: The method 'TeamAction.handle(Exception, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java:[40] import org.eclipse.team.internal.ui.Utils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java:[84] Utils.asyncExec((Runnable) () -> tableViewer.setInput(fileHistory), tableViewer); ^^^^^ Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java:[84] Utils.asyncExec((Runnable) () -> tableViewer.setInput(fileHistory), tableViewer); ^^^^^^^^^ Discouraged access: The method 'Utils.asyncExec(Runnable, StructuredViewer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java:[246] Utils.schedule(refreshFileHistoryJob, getWorkbenchSite(parentSite)); ^^^^^ Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java:[246] Utils.schedule(refreshFileHistoryJob, getWorkbenchSite(parentSite)); ^^^^^^^^ Discouraged access: The method 'Utils.schedule(Job, IWorkbenchSite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java:[30] import org.eclipse.ui.internal.wizards.newresource.ResourceMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourceMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java:[45] mainPage.setTitle(ResourceMessages.NewProject_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourceMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java:[45] mainPage.setTitle(ResourceMessages.NewProject_title); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ResourceMessages.NewProject_title' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java:[46] mainPage.setDescription(ResourceMessages.NewProject_description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourceMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java:[46] mainPage.setDescription(ResourceMessages.NewProject_description); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ResourceMessages.NewProject_description' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java:[55] import org.eclipse.team.internal.ui.Utils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java:[56] import org.eclipse.team.internal.ui.mapping.SynchronizationResourceMappingContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SynchronizationResourceMappingContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java:[112] ResourceMappingContext rmc = new SynchronizationResourceMappingContext(context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SynchronizationResourceMappingContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java:[112] ResourceMappingContext rmc = new SynchronizationResourceMappingContext(context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SynchronizationResourceMappingContext(ISynchronizationContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java:[238] Utils.syncExec((Runnable) () -> handleChange(event), (StructuredViewer)getViewer()); ^^^^^ Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java:[238] Utils.syncExec((Runnable) () -> handleChange(event), (StructuredViewer)getViewer()); ^^^^^^^^ Discouraged access: The method 'Utils.syncExec(Runnable, StructuredViewer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java:[369] Utils.syncExec((Runnable) () -> { ^^^^^ Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java:[369] Utils.syncExec((Runnable) () -> { ^^^^^^^^ Discouraged access: The method 'Utils.syncExec(Runnable, StructuredViewer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java:[24] import org.eclipse.team.internal.ui.ITeamUIImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ITeamUIImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java:[57] addPage(new MessagePage("Local History", "Create a local history synchronization", TeamImages.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE))); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ITeamUIImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java:[57] addPage(new MessagePage("Local History", "Create a local history synchronization", TeamImages.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE))); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ITeamUIImages.IMG_WIZBAN_SHARE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java:[34] import org.eclipse.team.internal.ui.TeamUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java:[174] TeamUIPlugin.log(e); ^^^^^^^^^^^^ Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java:[174] TeamUIPlugin.log(e); ^^^ Discouraged access: The method 'TeamUIPlugin.log(CoreException)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java:[25] import org.eclipse.team.internal.ui.actions.TeamAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TeamAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java:[31] public abstract class FileSystemAction extends TeamAction { ^^^^^^^^^^ Discouraged access: The type 'TeamAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java:[43] IResource[] resources = getSelectedResources(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TeamAction.getSelectedResources()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java:[63] return getSelectedResourceMappings(FileSystemPlugin.PROVIDER_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TeamAction.getSelectedResourceMappings(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java:[53] import org.eclipse.team.internal.ui.mapping.SynchronizationResourceMappingContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SynchronizationResourceMappingContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java:[191] ResourceMapping[] mappings = provider.getMappings(resources, new SynchronizationResourceMappingContext(context), monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SynchronizationResourceMappingContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java:[191] ResourceMapping[] mappings = provider.getMappings(resources, new SynchronizationResourceMappingContext(context), monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SynchronizationResourceMappingContext(ISynchronizationContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java:[291] ResourceTraversal[] traversals = mapping.getTraversals(new SynchronizationResourceMappingContext(context), monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SynchronizationResourceMappingContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java:[291] ResourceTraversal[] traversals = mapping.getTraversals(new SynchronizationResourceMappingContext(context), monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SynchronizationResourceMappingContext(ISynchronizationContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') 61 problems (61 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.team.examples.filesystem --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.team.examples.filesystem --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.team.examples.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/target/org.eclipse.team.examples.filesystem-3.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.team.examples.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/target/org.eclipse.team.examples.filesystem-3.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.examples.filesystem --- [INFO] MavenProject: org.eclipse.team:org.eclipse.team.examples.filesystem:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.team.examples.filesystem --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.team.examples.filesystem --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.examples.filesystem --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.cvs.feature:org.eclipse.cvs >--------------- [INFO] Building org.eclipse.cvs 1.4.1900-SNAPSHOT [385/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.cvs --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/features/org.eclipse.cvs-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cvs --- [INFO] The project's OSGi version is 1.4.1900.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.cvs --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.cvs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.cvs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/features/org.eclipse.cvs-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.cvs --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.cvs --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.cvs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/features/org.eclipse.cvs-feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.cvs --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.cvs --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/features/org.eclipse.cvs-feature/target/org.eclipse.cvs-1.4.1900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cvs --- [INFO] No baseline version MavenProject: org.eclipse.cvs.feature:org.eclipse.cvs:1.4.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/features/org.eclipse.cvs-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cvs --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.cvs --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/features/org.eclipse.cvs-feature/target/org.eclipse.cvs-1.4.1900-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.cvs --- [INFO] No baseline version MavenProject: org.eclipse.cvs.feature:org.eclipse.cvs:1.4.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/features/org.eclipse.cvs-feature/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.cvs --- [INFO] Skipped [INFO] [INFO] ---------< eclipse.platform.team:eclipse.platform.team.tests >---------- [INFO] Building eclipse.platform.team.tests 4.21.0-SNAPSHOT [386/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.team.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.team.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.team.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.team.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.team.tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.team.tests --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.compare:org.eclipse.compare.tests >------------ [INFO] Building org.eclipse.compare.tests 3.7.0-SNAPSHOT [387/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.compare.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.compare.tests --- [INFO] The project's OSGi version is 3.7.0.v20210424-2025 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.compare.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.compare.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.compare.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.compare.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.compare.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.compare.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.compare.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.compare.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.compare.tests --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.compare.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.compare.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.compare.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.tests/target/org.eclipse.compare.tests-3.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.compare.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.tests/target/org.eclipse.compare.tests-3.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.tests --- [WARNING] MavenProject: org.eclipse.compare:org.eclipse.compare.tests:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.compare:org.eclipse.compare.tests:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.compare.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:2.4.0:test (default-test) @ org.eclipse.compare.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.tests --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.core:org.eclipse.core.tests.net >------------- [INFO] Building org.eclipse.core.tests.net 1.5.0-SNAPSHOT [388/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.net --- [INFO] The project's OSGi version is 1.5.0.v20210424-1942 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.core.tests.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.core.tests.net/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.core.tests.net --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.core.tests.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.core.tests.net/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.core.tests.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.core.tests.net/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.core.tests.net --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.core.tests.net/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.core.tests.net --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.core.tests.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.core.tests.net/target/org.eclipse.core.tests.net-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.core.tests.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.core.tests.net/target/org.eclipse.core.tests.net-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.net --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.tests.net:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:test (default-test) @ org.eclipse.core.tests.net --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.net --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.jsch:org.eclipse.jsch.tests >--------------- [INFO] Building org.eclipse.jsch.tests 1.1.600-SNAPSHOT [389/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jsch.tests --- [INFO] The project's OSGi version is 1.1.600.v20200916-0731 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jsch.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jsch.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jsch.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jsch.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jsch.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jsch.tests --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jsch.tests_1.1.600.v20200916-0731, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jsch.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jsch.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jsch.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/target/org.eclipse.jsch.tests-1.1.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jsch.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.jsch.tests/target/org.eclipse.jsch.tests-1.1.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jsch.tests --- [WARNING] MavenProject: org.eclipse.jsch:org.eclipse.jsch.tests:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jsch.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jsch.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jsch.tests --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.team:org.eclipse.team.tests.core >------------ [INFO] Building org.eclipse.team.tests.core 3.9.0-SNAPSHOT [390/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.tests.core --- [INFO] The project's OSGi version is 3.9.0.v20210424-2025 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.team.tests.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.team.tests.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.team.tests.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.team.tests.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.team.tests.core --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.team.tests.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.team.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.core/target/org.eclipse.team.tests.core-3.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.team.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.core/target/org.eclipse.team.tests.core-3.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.tests.core --- [WARNING] MavenProject: org.eclipse.team:org.eclipse.team.tests.core:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:test (default-test) @ org.eclipse.team.tests.core --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.tests.core --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.team:org.eclipse.team.tests.cvs.core >---------- [INFO] Building org.eclipse.team.tests.cvs.core 3.5.0-SNAPSHOT [391/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.tests.cvs.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.tests.cvs.core --- [INFO] The project's OSGi version is 3.5.0.v20210424-2025 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.team.tests.cvs.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.team.tests.cvs.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.team.tests.cvs.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.team.tests.cvs.core --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.team.tests.cvs.core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.team.tests.cvs.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.team.tests.cvs.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.team.tests.cvs.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.team.tests.cvs.core --- [INFO] Compiling 99 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.team.tests.cvs.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.team.tests.cvs.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.team.tests.cvs.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/target/org.eclipse.team.tests.cvs.core-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.team.tests.cvs.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/target/org.eclipse.team.tests.cvs.core-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.tests.cvs.core --- [WARNING] MavenProject: org.eclipse.team:org.eclipse.team.tests.cvs.core:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.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.cvs.core:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.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:2.4.0:test (default-test) @ org.eclipse.team.tests.cvs.core --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.tests.cvs.core --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.search:org.eclipse.search.tests >------------- [INFO] Building org.eclipse.search.tests 3.10.0-SNAPSHOT [392/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.search.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.search.tests --- [INFO] The project's OSGi version is 3.10.0.v20210118-0823 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.search.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.search.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.search.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.search.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.search.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.search.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.search.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.search.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.search.tests --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.search.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.search.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.search.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.tests/target/org.eclipse.search.tests-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.search.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.tests/target/org.eclipse.search.tests-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search.tests --- [WARNING] MavenProject: org.eclipse.search:org.eclipse.search.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.search:org.eclipse.search.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.search.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:2.4.0:test (default-test) @ org.eclipse.search.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search.tests --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.ui:org.eclipse.ui.editors.tests >------------- [INFO] Building org.eclipse.ui.editors.tests 3.12.200-SNAPSHOT [393/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.editors.tests --- [INFO] The project's OSGi version is 3.12.200.v20210629-1413 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.editors.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.editors.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.editors.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.editors.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.editors.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.editors.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.editors.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.tests/target/org.eclipse.ui.editors.tests-3.12.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.editors.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.tests/target/org.eclipse.ui.editors.tests-3.12.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.editors.tests --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.editors.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.editors.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.editors.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:2.4.0:test (default-test) @ org.eclipse.ui.editors.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.editors.tests --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.ui:org.eclipse.ui.workbench.texteditor.tests >------ [INFO] Building org.eclipse.ui.workbench.texteditor.tests 3.13.100-SNAPSHOT [394/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] The project's OSGi version is 3.13.100.v20210629-1413 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/target/org.eclipse.ui.workbench.texteditor.tests-3.13.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/target/org.eclipse.ui.workbench.texteditor.tests-3.13.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench.texteditor.tests --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.workbench.texteditor.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.workbench.texteditor.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.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:2.4.0:test (default-test) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Skipped [INFO] [INFO] ------< eclipse.platform.text:org.eclipse.ui.examples.javaeditor >------ [INFO] Building [bundle] JFace Text Example 3.3.0-SNAPSHOT [395/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.javaeditor --- [INFO] The project's OSGi version is 3.3.0.v20210118-1208 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.javaeditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.examples.javaeditor --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.examples.javaeditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.examples.javaeditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.examples.javaeditor --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.examples.javaeditor --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.examples.javaeditor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.examples.javaeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/target/org.eclipse.ui.examples.javaeditor-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.javaeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/target/org.eclipse.ui.examples.javaeditor-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.javaeditor --- [INFO] MavenProject: eclipse.platform.text:org.eclipse.ui.examples.javaeditor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.examples.javaeditor --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.examples.javaeditor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.javaeditor --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.core:org.eclipse.jface.text.examples >---------- [INFO] Building org.eclipse.jface.text.examples 1.1.0-SNAPSHOT [396/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.jface.text.examples --- [INFO] The project's OSGi version is 1.1.0.v20210512-1609 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jface.text.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jface.text.examples --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jface.text.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jface.text.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.jface.text.examples --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.examples/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jface.text.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jface.text.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.jface.text.examples --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.jface.text.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.examples/target/org.eclipse.jface.text.examples-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.text.examples --- [INFO] No baseline version MavenProject: org.eclipse.core:org.eclipse.jface.text.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.jface.text.examples/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.jface.text.examples --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jface.text.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.text.examples --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.ui:org.eclipse.ui.genericeditor.tests >---------- [INFO] Building org.eclipse.ui.genericeditor.tests 1.2.0-SNAPSHOT [397/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.genericeditor.tests --- [INFO] The project's OSGi version is 1.2.0.v20210127-1352 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.genericeditor.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.genericeditor.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.genericeditor.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.genericeditor.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.genericeditor.tests --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.genericeditor.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.genericeditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/target/org.eclipse.ui.genericeditor.tests-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.genericeditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/target/org.eclipse.ui.genericeditor.tests-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.genericeditor.tests --- [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.genericeditor.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.genericeditor.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.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:2.4.0:test (default-test) @ org.eclipse.ui.genericeditor.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.genericeditor.tests --- [INFO] Skipped [INFO] [INFO] ----< eclipse.platform.text:org.eclipse.ui.genericeditor.examples >----- [INFO] Building [bundle] Examples for Generic Editor 1.2.0-SNAPSHOT [398/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.genericeditor.examples --- [INFO] The project's OSGi version is 1.2.0.v20210118-1209 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.genericeditor.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.genericeditor.examples --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.genericeditor.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.genericeditor.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.genericeditor.examples --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.genericeditor.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.genericeditor.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.genericeditor.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/target/org.eclipse.ui.genericeditor.examples-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.genericeditor.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/target/org.eclipse.ui.genericeditor.examples-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.genericeditor.examples --- [INFO] MavenProject: eclipse.platform.text:org.eclipse.ui.genericeditor.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.genericeditor.examples --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.genericeditor.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.genericeditor.examples --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.text:org.eclipse.text.quicksearch.tests >--------- [INFO] Building org.eclipse.text.quicksearch.tests 1.1.100-SNAPSHOT [399/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.text.quicksearch.tests --- [INFO] The project's OSGi version is 1.1.100.v20210426-1515 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.text.quicksearch.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.text.quicksearch.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.text.quicksearch.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.text.quicksearch.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.text.quicksearch.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.text.quicksearch.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.text.quicksearch.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.tests/target/org.eclipse.text.quicksearch.tests-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.text.quicksearch.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.tests/target/org.eclipse.text.quicksearch.tests-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text.quicksearch.tests --- [WARNING] MavenProject: org.eclipse.text:org.eclipse.text.quicksearch.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.text:org.eclipse.text.quicksearch.tests:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.text/org.eclipse.text.quicksearch.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:2.4.0:test (default-test) @ org.eclipse.text.quicksearch.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text.quicksearch.tests --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox.feature:org.eclipse.equinox.server.jetty >---- [INFO] Building org.eclipse.equinox.server.jetty 1.10.800-SNAPSHOT [400/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.jetty --- [INFO] The project's OSGi version is 1.10.800.v20210815-2117 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.jetty/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.server.jetty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.jetty/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.server.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.10.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.jetty --- [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.jetty:1.10.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.jetty/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.jetty --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.ua:org.eclipse.ua.tests >----------------- [INFO] Building org.eclipse.ua.tests 3.5.100-SNAPSHOT [401/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ua.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ua.tests --- [INFO] The project's OSGi version is 3.5.100.v20210428-1756 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ua.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ua.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ua.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ua.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ua.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ua.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ua.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ua.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ua.tests --- [INFO] Compiling 234 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ua.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ua.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ua.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests/target/org.eclipse.ua.tests-3.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ua.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests/target/org.eclipse.ua.tests-3.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ua.tests --- [WARNING] MavenProject: org.eclipse.ua:org.eclipse.ua.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ua:org.eclipse.ua.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.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:2.4.0:test (default-test) @ org.eclipse.ua.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ua.tests --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.ua:org.eclipse.ua.tests.doc >--------------- [INFO] Building org.eclipse.ua.tests.doc 1.1.100-SNAPSHOT [402/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ua.tests.doc --- [INFO] The project's OSGi version is 1.1.100.v20210428-1756 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ua.tests.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ua.tests.doc --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ua.tests.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ua.tests.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ua.tests.doc --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ua.tests.doc --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ua.tests.doc --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/target/org.eclipse.ua.tests.doc-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ua.tests.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/target/org.eclipse.ua.tests.doc-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ua.tests.doc --- [WARNING] MavenProject: org.eclipse.ua:org.eclipse.ua.tests.doc:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ua:org.eclipse.ua.tests.doc:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ua.tests.doc/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:2.4.0:test (default-test) @ org.eclipse.ua.tests.doc --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ua.tests.doc --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples >------- [INFO] Building org.eclipse.ui.intro.quicklinks.examples 1.1.0-SNAPSHOT [403/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] The project's OSGi version is 1.1.0.v20210317-2216 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/src does not exist [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/target/org.eclipse.ui.intro.quicklinks.examples-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/target/org.eclipse.ui.intro.quicklinks.examples-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.ui:org.eclipse.ui.intro.solstice.examples >-------- [INFO] Building org.eclipse.ui.intro.solstice.examples 1.1.0-SNAPSHOT [404/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.solstice.examples --- [INFO] The project's OSGi version is 1.1.0.v20210317-2216 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ui.intro.solstice.examples --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/src does not exist [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/target/org.eclipse.ui.intro.solstice.examples-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/target/org.eclipse.ui.intro.solstice.examples-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Skipped [INFO] [INFO] -------------< eclipse.platform.ua:org.eclipse.tips.json >-------------- [INFO] Building [bundle] Tip of the Day Json Provider 0.2.100-SNAPSHOT [405/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tips.json --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tips.json --- [INFO] The project's OSGi version is 0.2.100.v20210309-1310 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tips.json --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tips.json --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.tips.json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.tips.json --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.tips.json --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tips.json --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tips.json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.tips.json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tips.json --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.tips.json --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.tips.json_0.2.100.v20210309-1310, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tips.json --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tips.json --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tips.json --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.tips.json --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tips.json --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.json --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.json:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tips.json --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tips.json --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.json --- [INFO] Skipped [INFO] [INFO] --------------< eclipse.platform.ua:org.eclipse.tips.ide >-------------- [INFO] Building [bundle] IDE Enablement for Tip of the Day 0.2.0-SNAPSHOT [406/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tips.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tips.ide --- [INFO] The project's OSGi version is 0.2.0.v20201120-1551 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tips.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tips.ide --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.tips.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.tips.ide --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.tips.ide --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tips.ide --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tips.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.tips.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tips.ide --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.tips.ide --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.tips.ide_0.2.0.v20201120-1551, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tips.ide --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tips.ide --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tips.ide --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.tips.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tips.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.ide --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.ide:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tips.ide --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tips.ide --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.ide --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.ui:org.eclipse.tips.feature >--------------- [INFO] Building org.eclipse.tips.feature 0.2.1500-SNAPSHOT [407/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tips.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tips.feature --- [INFO] The project's OSGi version is 0.2.1500.v20210706-0706 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tips.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tips.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.tips.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.tips.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tips.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.tips.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.tips.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.tips.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.2.1500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.feature --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.2.1500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tips.feature --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.tips.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.2.1500-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.tips.feature --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.2.1500-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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] [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.feature --- [INFO] Skipped [INFO] [INFO] -----------------< org.eclipse.help:infocenter-parent >----------------- [INFO] Building infocenter-parent 4.21.0-SNAPSHOT [408/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ infocenter-parent --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ infocenter-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ infocenter-parent --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ infocenter-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ infocenter-parent --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-parent --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.servletbridge >-------- [INFO] Building org.eclipse.equinox.servletbridge 1.6.0-SNAPSHOT [409/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.servletbridge --- [INFO] The project's OSGi version is 1.6.0.v20200511-1902 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.servletbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.servletbridge --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.servletbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.servletbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.servletbridge --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.servletbridge --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.servletbridge_1.6.0.v20200511-1902, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.servletbridge --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.servletbridge --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.servletbridge --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.servletbridge --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.servletbridge --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servletbridge >----- [INFO] Building org.eclipse.equinox.http.servletbridge 1.2.0-SNAPSHOT [410/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servletbridge --- [INFO] The project's OSGi version is 1.2.0.v20210120-1213 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.servletbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.http.servletbridge --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.http.servletbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.http.servletbridge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.http.servletbridge --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.http.servletbridge --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.http.servletbridge_1.2.0.v20210120-1213, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.http.servletbridge --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.http.servletbridge --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.http.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servletbridge/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.http.servletbridge --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.http.servletbridge --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servletbridge --- [INFO] Skipped [INFO] [INFO] ----------------< org.eclipse.help:infocenter-product >----------------- [INFO] Building infocenter-product 1.0.0-SNAPSHOT [411/495] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ infocenter-product --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ infocenter-product --- [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (249kB) [INFO] The project's OSGi version is 1.0.0.v20210903-1849 [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ infocenter-product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-product/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ infocenter-product --- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ infocenter-product --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ infocenter-product --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ infocenter-product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-product/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ infocenter-product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ infocenter-product --- [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] Published profile IUs: [config.a.jre.javase 17.0.0, a.jre.javase 17.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-products (default-publish-products) @ infocenter-product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-categories (default-publish-categories) @ infocenter-product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts) @ infocenter-product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:assemble-repository (default-assemble-repository) @ infocenter-product --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ infocenter-product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:archive-repository (default-archive-repository) @ infocenter-product --- [INFO] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-product/target/infocenter-product-1.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:2.4.0:materialize-products (create-distributions) @ infocenter-product --- [INFO] Installing product infocenter for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-product/target/products/infocenter/linux/gtk/x86_64/infocenter Installing infocenter 1.0.0.v20210903-1849. Operation completed in 992 ms. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-product --- [INFO] Skipped [INFO] [INFO] ------------------< org.eclipse.help:infocenter-app >------------------- [INFO] Building infocenter-app 4.21.0-SNAPSHOT [412/495] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ infocenter-app --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF (includes = [configuration/**, lib/**, plugins/**, *.ini], excludes = []) [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ infocenter-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-app/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ infocenter-app --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ infocenter-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ infocenter-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ infocenter-app --- [INFO] Executing tasks [INFO] [copy] Copying 38 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF/lib [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.2.0:testResources (default-testResources) @ infocenter-app --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ infocenter-app --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ infocenter-app --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ infocenter-app --- [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ infocenter-app --- [INFO] Packaging webapp [INFO] Assembling webapp [infocenter-app] in [/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-app/target/help] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ua/infocenter-web/infocenter-app/target/help.war [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-app --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse:eclipse.platform.ui.tools >---------------- [INFO] Building eclipse.platform.ui.tools 4.21.0-SNAPSHOT [413/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.ui.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.ui.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.ui.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.ui.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.ui.tools --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.tools --- [INFO] Skipped [INFO] [INFO] -----------< eclipse.platform.ui.tool:org.eclipse.e4.tools >------------ [INFO] Building org.eclipse.e4.tools 4.9.0-SNAPSHOT [414/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools --- [INFO] The project's OSGi version is 4.9.0.v20200923-1123 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.tools --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.tools --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.tools --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.tools --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.tools_4.9.0.v20200923-1123, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.tools --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.tools --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.tools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/target/org.eclipse.e4.tools-4.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/target/org.eclipse.e4.tools-4.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools --- [INFO] MavenProject: eclipse.platform.ui.tool:org.eclipse.e4.tools:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.tools --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.tools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools --- [INFO] Skipped [INFO] [INFO] ------< eclipse.platform.ui.tools:org.eclipse.e4.tools.services >------- [INFO] Building org.eclipse.e4.tools.services 4.9.0-SNAPSHOT [415/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.services --- [INFO] The project's OSGi version is 4.9.0.v20210427-1802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.tools.services --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.tools.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.tools.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.tools.services --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.tools.services --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.tools.services_4.9.0.v20210427-1802, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.tools.services --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.tools.services --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.tools.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.services --- [INFO] MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.services:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.tools.services --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.tools.services --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.services --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.ui.tools:org.eclipse.e4.tools.compat >-------- [INFO] Building org.eclipse.e4.tools.compat 4.8.100-SNAPSHOT [416/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.compat --- [INFO] The project's OSGi version is 4.8.100.v20210102-0921 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.compat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.tools.compat --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.tools.compat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.tools.compat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.tools.compat --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.tools.compat --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.tools.compat_4.8.100.v20210102-0921, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.tools.compat --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.tools.compat --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.tools.compat --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/target/org.eclipse.e4.tools.compat-4.8.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.compat --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/target/org.eclipse.e4.tools.compat-4.8.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.compat --- [INFO] MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.compat:4.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.tools.compat --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.tools.compat --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.compat --- [INFO] Skipped [INFO] [INFO] -------< eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.ui >-------- [INFO] Building org.eclipse.e4.tools.emf.ui 4.7.0-SNAPSHOT [417/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.emf.ui --- [INFO] The project's OSGi version is 4.7.0.v20210427-1802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.tools.emf.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.tools.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.tools.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.tools.emf.ui --- [INFO] Compiling 228 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java:[23] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java:[159] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, el.getElementId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java:[159] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, el.getElementId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java:[159] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, el.getElementId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[35] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[36] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[38] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[162] MenuPackageImpl.Literals.TOOL_CONTROL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[162] MenuPackageImpl.Literals.TOOL_CONTROL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[162] MenuPackageImpl.Literals.TOOL_CONTROL); ^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[192] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[192] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[192] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[203] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[203] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[203] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[212] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[212] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[212] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[214] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[214] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[214] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[237] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[237] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[237] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[250] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[250] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[250] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[263] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[263] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[263] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[35] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[36] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[37] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[75] handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[75] handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[75] handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[83] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[83] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[83] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[91] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[91] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[91] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[99] handleAdd(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[99] handleAdd(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[99] handleAdd(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[106] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[106] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[106] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[153] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[153] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[153] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[172] .setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[172] .setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[172] .setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[173] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[173] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[173] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[173] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[173] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[173] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[174] BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[174] BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[174] BasicPackageImpl.Literals.PART, ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[175] AdvancedPackageImpl.Literals.AREA }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[175] AdvancedPackageImpl.Literals.AREA }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[175] AdvancedPackageImpl.Literals.AREA }); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[176] pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[176] pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[176] pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK)); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[195] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[195] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java:[195] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[41] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[45] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[106] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[106] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[106] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[150] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[150] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[150] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[151] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[151] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[151] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[300] list.add(UiPackageImpl.Literals.CORE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[300] list.add(UiPackageImpl.Literals.CORE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[300] list.add(UiPackageImpl.Literals.CORE_EXPRESSION); ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CORE_EXPRESSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[301] list.add(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[301] list.add(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[301] list.add(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.IMPERATIVE_EXPRESSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[302] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[302] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[302] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, ^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.EXPRESSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[303] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[303] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[303] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[327] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[327] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[327] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[329] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[329] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[329] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[353] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[353] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[353] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[370] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[370] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[370] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[371] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[371] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[371] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[372] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[372] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java:[372] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java:[20] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java:[52] return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java:[52] return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java:[52] return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[41] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[42] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[45] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[46] import org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ToolBarContributionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[103] handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[103] handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[103] handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[110] handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[110] handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[110] handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[117] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[117] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[117] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false); ^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[124] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[124] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[124] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[142] if (element instanceof ToolBarContributionImpl) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ToolBarContributionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[143] String pid = ((ToolBarContributionImpl) element).getParentId(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ToolBarContributionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[143] String pid = ((ToolBarContributionImpl) element).getParentId(); ^^^^^^^^^^^ Discouraged access: The method 'ToolBarContributionImpl.getParentId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[247] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[247] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[247] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[256] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[256] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[256] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[273] MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[273] MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[273] MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[275] new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[275] new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[275] new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[276] new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[276] new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[276] new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), ^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[277] new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[277] new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[277] new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) }); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[293] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[293] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[293] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[295] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[295] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[295] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[316] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[316] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[316] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[328] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[328] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[328] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[343] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[343] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java:[343] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java:[25] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java:[97] if (o.eClass() == CommandsPackageImpl.Literals.BINDING_CONTEXT) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java:[97] if (o.eClass() == CommandsPackageImpl.Literals.BINDING_CONTEXT) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java:[97] if (o.eClass() == CommandsPackageImpl.Literals.BINDING_CONTEXT) { ^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[37] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[40] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[41] import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[59] import org.eclipse.pde.internal.core.PDEExtensionRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDEExtensionRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[73] return object.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[73] return object.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[73] return object.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[80] if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[80] if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[80] if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() ^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[82] && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[82] && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[82] && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[150] if (eClass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[150] if (eClass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[150] if (eClass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[214] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, element, index); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[214] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, element, index); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[214] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, element, index); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[247] final PDEExtensionRegistry reg = new PDEExtensionRegistry(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDEExtensionRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[247] final PDEExtensionRegistry reg = new PDEExtensionRegistry(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDEExtensionRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[247] final PDEExtensionRegistry reg = new PDEExtensionRegistry(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PDEExtensionRegistry()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[248] IExtension[] extensions = reg.findExtensions("org.eclipse.e4.workbench.model", true); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The method 'PDEExtensionRegistry.findExtensions(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[277] extensions = reg.findExtensions("org.eclipse.core.runtime.products", true); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The method 'PDEExtensionRegistry.findExtensions(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java:[25] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java:[100] if (o.eClass() == CommandsPackageImpl.Literals.COMMAND) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java:[100] if (o.eClass() == CommandsPackageImpl.Literals.COMMAND) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java:[100] if (o.eClass() == CommandsPackageImpl.Literals.COMMAND) { ^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java:[18] import org.eclipse.e4.ui.internal.workbench.E4XMIResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java:[45] if (res instanceof E4XMIResource) { ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java:[46] final String v = ((E4XMIResource) res).getID((EObject) cmd); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java:[46] final String v = ((E4XMIResource) res).getID((EObject) cmd); ^^^^^ Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java:[19] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java:[36] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java:[36] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java:[36] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__PROPERTIES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java:[37] ControlFactory.createStringListWidget(comp, Messages, this, Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java:[37] ControlFactory.createStringListWidget(comp, Messages, this, Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java:[37] ControlFactory.createStringListWidget(comp, Messages, this, Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__VARIABLES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[54] import org.eclipse.e4.ui.internal.workbench.E4XMIResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[58] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[59] import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[60] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[64] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[183] if (res instanceof E4XMIResource) { ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[184] final String v = ((E4XMIResource) res).getID((EObject) val); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[184] final String v = ((E4XMIResource) res).getID((EObject) val); ^^^^^ Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[241] final BasicEMap.Entry entry = (org.eclipse.emf.common.util.BasicEMap.Entry) ApplicationFactoryImpl.eINSTANCE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[241] final BasicEMap.Entry entry = (org.eclipse.emf.common.util.BasicEMap.Entry) ApplicationFactoryImpl.eINSTANCE ^^^^^^^^^ Discouraged access: The field 'ApplicationFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[242] .createStringToStringMap(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ApplicationFactoryImpl.createStringToStringMap()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[290] ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[290] ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[290] ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[336] ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__VALUE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[336] ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__VALUE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[336] ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__VALUE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__VALUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[629] PickListFeatures.NO_PICKER), editor, CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[629] PickListFeatures.NO_PICKER), editor, CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[629] PickListFeatures.NO_PICKER), editor, CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[636] CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, dialog.getSelectedContext()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[636] CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, dialog.getSelectedContext()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[636] CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, dialog.getSelectedContext()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[777] UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[777] UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[777] UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL); ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[777] UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[777] UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[777] UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[36] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[37] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[41] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[42] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[92] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[92] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[92] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[99] handleAddChild(BasicPackageImpl.Literals.COMPOSITE_PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[99] handleAddChild(BasicPackageImpl.Literals.COMPOSITE_PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[99] handleAddChild(BasicPackageImpl.Literals.COMPOSITE_PART); ^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.COMPOSITE_PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[106] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[106] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[106] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[110] final List list = getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[110] final List list = getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[110] final List list = getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[111] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[111] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[111] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[129] handleImportChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[129] handleImportChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[129] handleImportChild(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[136] handleImportChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[136] handleImportChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[136] handleImportChild(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[225] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[225] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[225] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[241] eClassList.add(new FeatureClass(Messages.PartStackEditor_Part, BasicPackageImpl.Literals.PART)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[241] eClassList.add(new FeatureClass(Messages.PartStackEditor_Part, BasicPackageImpl.Literals.PART)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[241] eClassList.add(new FeatureClass(Messages.PartStackEditor_Part, BasicPackageImpl.Literals.PART)); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[243] BasicPackageImpl.Literals.COMPOSITE_PART)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[243] BasicPackageImpl.Literals.COMPOSITE_PART)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[243] BasicPackageImpl.Literals.COMPOSITE_PART)); ^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.COMPOSITE_PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[245] AdvancedPackageImpl.Literals.PLACEHOLDER)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[245] AdvancedPackageImpl.Literals.PLACEHOLDER)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[245] AdvancedPackageImpl.Literals.PLACEHOLDER)); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[246] eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[246] eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[246] eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[247] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[247] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[247] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[265] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[265] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[265] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[267] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[267] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[267] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[288] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[288] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[288] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[305] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[305] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[305] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[317] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[317] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[317] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[327] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[327] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java:[327] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java:[21] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[36] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[39] import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[40] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[52] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[57] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[71] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[75] import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[89] return EMFEditProperties.value(editingDomain, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[89] return EMFEditProperties.value(editingDomain, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[89] return EMFEditProperties.value(editingDomain, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[94] return EMFEditProperties.list(editingDomain, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[94] return EMFEditProperties.list(editingDomain, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[94] return EMFEditProperties.list(editingDomain, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[99] return EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[99] return EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[99] return EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[105] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[105] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[105] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[110] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_LABEL__LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[110] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_LABEL__LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[110] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_LABEL__LABEL); ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[115] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[115] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[115] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[120] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[120] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[120] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[125] return EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[125] return EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[125] return EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[130] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[130] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[130] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[135] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[135] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[135] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[140] return EMFProperties.value(MenuPackageImpl.Literals.TOOL_ITEM__MENU); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[140] return EMFProperties.value(MenuPackageImpl.Literals.TOOL_ITEM__MENU); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[140] return EMFProperties.value(MenuPackageImpl.Literals.TOOL_ITEM__MENU); ^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_ITEM__MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[145] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.ITEM__TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[145] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.ITEM__TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[145] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.ITEM__TYPE); ^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[150] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.ITEM__ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[150] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.ITEM__ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[150] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.ITEM__ENABLED); ^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[155] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.ITEM__SELECTED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[155] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.ITEM__SELECTED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[155] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.ITEM__SELECTED); ^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__SELECTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[160] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[160] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[160] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[165] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_LABEL__TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[165] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_LABEL__TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[165] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_LABEL__TOOLTIP); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[170] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_LABEL__ICON_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[170] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_LABEL__ICON_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[170] return EMFEditProperties.value(editingDomain, UiPackageImpl.Literals.UI_LABEL__ICON_URI); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[175] return EMFEditProperties.list(editingDomain, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[175] return EMFEditProperties.list(editingDomain, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[175] return EMFEditProperties.list(editingDomain, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[180] return EMFProperties.list(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[180] return EMFProperties.list(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[180] return EMFProperties.list(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[185] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[185] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[185] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[190] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.HANDLER__COMMAND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[190] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.HANDLER__COMMAND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[190] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.HANDLER__COMMAND); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER__COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[195] return EMFEditProperties.list(editingDomain, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[195] return EMFEditProperties.list(editingDomain, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[195] return EMFEditProperties.list(editingDomain, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[200] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[200] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[200] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[205] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[205] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[205] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING__COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[210] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[210] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[210] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[215] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[215] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[215] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[220] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[220] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[220] return EMFEditProperties.value(editingDomain, MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[225] return EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[225] return EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[225] return EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[230] return EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[230] return EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[230] return EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[235] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.PARAMETER__VALUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[235] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.PARAMETER__VALUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[235] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.PARAMETER__VALUE); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.PARAMETER__VALUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[240] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.PARAMETER__NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[240] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.PARAMETER__NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java:[240] return EMFEditProperties.value(editingDomain, CommandsPackageImpl.Literals.PARAMETER__NAME); ^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.PARAMETER__NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java:[21] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[33] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[153] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[153] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[153] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[154] getEditor().getContributionCreator(ApplicationPackageImpl.Literals.ADDON), project, context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[154] getEditor().getContributionCreator(ApplicationPackageImpl.Literals.ADDON), project, context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[154] getEditor().getContributionCreator(ApplicationPackageImpl.Literals.ADDON), project, context, ^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.ADDON' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[158] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[158] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[158] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[167] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[167] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[167] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[189] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[189] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[189] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[201] return new FeaturePath[] { FeaturePath.fromList(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[201] return new FeaturePath[] { FeaturePath.fromList(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java:[201] return new FeaturePath[] { FeaturePath.fromList(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[34] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[35] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[74] parametersFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[74] parametersFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[74] parametersFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[75] commandsFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[75] commandsFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[75] commandsFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[113] return CommandsPackageImpl.Literals.PARAMETER__NAME; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[113] return CommandsPackageImpl.Literals.PARAMETER__NAME; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[113] return CommandsPackageImpl.Literals.PARAMETER__NAME; ^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.PARAMETER__NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[211] Object command = containerObjectWithCommand.eGet(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[211] Object command = containerObjectWithCommand.eGet(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java:[211] Object command = containerObjectWithCommand.eGet(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java:[27] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java:[112] UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID, el.getAttribute("id")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java:[112] UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID, el.getAttribute("id")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java:[112] UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID, el.getAttribute("id")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[41] import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[42] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[43] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[44] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[48] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[165] UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[165] UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[165] UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__PROPERTIES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[180] UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[180] UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[180] UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__VARIABLES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[182] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[182] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[182] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[184] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[184] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[184] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[205] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[205] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[205] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[273] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[273] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[273] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[309] final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[309] final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand(); ^^^^^^^^^ Discouraged access: The field 'CommandsFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[309] final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand(); ^^^^^^^^^^^^^ Discouraged access: The method 'CommandsFactoryImpl.createCommand()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[310] final MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[310] final MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler(); ^^^^^^^^^ Discouraged access: The field 'CommandsFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[310] final MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler(); ^^^^^^^^^^^^^ Discouraged access: The method 'CommandsFactoryImpl.createHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[324] keyBinding = CommandsFactoryImpl.eINSTANCE.createKeyBinding(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[324] keyBinding = CommandsFactoryImpl.eINSTANCE.createKeyBinding(); ^^^^^^^^^ Discouraged access: The field 'CommandsFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[324] keyBinding = CommandsFactoryImpl.eINSTANCE.createKeyBinding(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'CommandsFactoryImpl.createKeyBinding()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[336] ApplicationPackageImpl.Literals.APPLICATION__COMMANDS, command)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[336] ApplicationPackageImpl.Literals.APPLICATION__COMMANDS, command)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[336] ApplicationPackageImpl.Literals.APPLICATION__COMMANDS, command)); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__COMMANDS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[338] CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[338] CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[338] CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[343] CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, keyBinding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[343] CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, keyBinding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[343] CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, keyBinding)); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[533] if (MenuPackageImpl.Literals.MENU.isSuperTypeOf(o.eClass())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[533] if (MenuPackageImpl.Literals.MENU.isSuperTypeOf(o.eClass())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[533] if (MenuPackageImpl.Literals.MENU.isSuperTypeOf(o.eClass())) { ^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[617] if (MenuPackageImpl.Literals.TOOL_BAR.isSuperTypeOf(o.eClass())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[617] if (MenuPackageImpl.Literals.TOOL_BAR.isSuperTypeOf(o.eClass())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java:[617] if (MenuPackageImpl.Literals.TOOL_BAR.isSuperTypeOf(o.eClass())) { ^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[28] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[29] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[153] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[153] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[153] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[155] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[155] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[155] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[176] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[176] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[176] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[188] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[188] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java:[188] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[48] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[54] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[57] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[116] handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[116] handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[116] handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[122] handleAdd(MenuPackageImpl.Literals.MENU, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[122] handleAdd(MenuPackageImpl.Literals.MENU, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[122] handleAdd(MenuPackageImpl.Literals.MENU, false); ^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[129] handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[129] handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[129] handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[136] handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[136] handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[136] handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true); ^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[143] handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[143] handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[143] handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[152] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[152] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[152] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[200] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[200] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[200] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[201] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[201] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[201] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[241] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[241] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[241] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[246] MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[246] MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[246] MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[248] new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[248] new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[248] new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), ^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[249] new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[249] new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[249] new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), ^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[251] new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[251] new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[251] new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[253] MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[253] MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[253] MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[313] list.add(UiPackageImpl.Literals.CORE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[313] list.add(UiPackageImpl.Literals.CORE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[313] list.add(UiPackageImpl.Literals.CORE_EXPRESSION); ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CORE_EXPRESSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[314] list.add(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[314] list.add(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[314] list.add(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.IMPERATIVE_EXPRESSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[315] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[315] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[315] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, ^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.EXPRESSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[316] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[316] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[316] UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[338] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[338] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[338] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[340] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[340] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[340] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[361] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[361] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[361] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[435] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[435] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[435] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[436] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[436] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[436] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[437] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[437] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[437] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[444] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[444] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java:[444] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[26] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[28] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[58] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[58] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[58] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[59] getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM), project, context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[59] getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM), project, context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[59] getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM), project, context, ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[85] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[85] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java:[85] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[33] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[67] handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[67] handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[67] handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW); ^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[73] handleAdd(BasicPackageImpl.Literals.WINDOW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[73] handleAdd(BasicPackageImpl.Literals.WINDOW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[73] handleAdd(BasicPackageImpl.Literals.WINDOW); ^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[132] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[132] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[132] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW }); ^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[132] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[132] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[132] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW }); ^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[133] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.TRIMMED_WINDOW)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[133] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.TRIMMED_WINDOW)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java:[133] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.TRIMMED_WINDOW)); ^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[38] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[179] final MPart part = (MPart) EcoreUtil.create(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[179] final MPart part = (MPart) EcoreUtil.create(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[179] final MPart part = (MPart) EcoreUtil.create(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[237] .create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[237] .create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[237] .create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR); ^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[270] .create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[270] .create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[270] .create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR); ^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[37] import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[77] handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[77] handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[77] handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[83] handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[83] handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[83] handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[90] handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_COMPAT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[90] handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_COMPAT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[90] handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_COMPAT_VIEW); ^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[136] BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[136] BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[136] BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[170] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, partDescription); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[170] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, partDescription); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[170] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, partDescription); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[180] if (eClass == BasicPackageImpl.Literals.PART_DESCRIPTOR) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[180] if (eClass == BasicPackageImpl.Literals.PART_DESCRIPTOR) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java:[180] if (eClass == BasicPackageImpl.Literals.PART_DESCRIPTOR) { ^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java:[35] import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java:[110] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java:[110] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java:[110] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java:[148] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java:[148] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java:[148] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[26] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[27] import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[28] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[29] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[160] translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[160] translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[160] translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__LABEL); ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[161] translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[161] translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[161] translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__TOOLTIP); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[162] translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[162] translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[162] translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[163] translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[163] translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[163] translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__DESCRIPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[164] translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[164] translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[164] translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__NAME); ^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY__NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[165] translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[165] translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[165] translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[166] translatedFeatures.add(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[166] translatedFeatures.add(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[166] translatedFeatures.add(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART__DESCRIPTION); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART__DESCRIPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[167] translatedFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[167] translatedFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[167] translatedFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[168] translatedFeatures.add(MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[168] translatedFeatures.add(MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[168] translatedFeatures.add(MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java:[20] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java:[51] return SetCommand.create(editingDomain, handler, CommandsPackageImpl.Literals.HANDLER__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java:[51] return SetCommand.create(editingDomain, handler, CommandsPackageImpl.Literals.HANDLER__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java:[51] return SetCommand.create(editingDomain, handler, CommandsPackageImpl.Literals.HANDLER__COMMAND, command); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER__COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[37] import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[38] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[69] commandsFeature = ApplicationPackageImpl.Literals.APPLICATION__COMMANDS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[69] commandsFeature = ApplicationPackageImpl.Literals.APPLICATION__COMMANDS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[69] commandsFeature = ApplicationPackageImpl.Literals.APPLICATION__COMMANDS; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__COMMANDS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[131] ApplicationPackageImpl.Literals.APPLICATION__COMMANDS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[131] ApplicationPackageImpl.Literals.APPLICATION__COMMANDS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[131] ApplicationPackageImpl.Literals.APPLICATION__COMMANDS) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__COMMANDS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[152] final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[152] final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand(); ^^^^^^^^^ Discouraged access: The field 'CommandsFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java:[152] final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand(); ^^^^^^^^^^^^^ Discouraged access: The method 'CommandsFactoryImpl.createCommand()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[49] import org.eclipse.e4.ui.model.application.impl.ApplicationElementImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationElementImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[50] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[53] import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[54] import org.eclipse.e4.ui.model.fragment.impl.StringModelFragmentImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[55] import org.eclipse.e4.ui.model.internal.ModelUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[154] FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[154] FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[154] FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[155] FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[155] FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[155] FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[160] if (element instanceof StringModelFragmentImpl) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[161] final StringModelFragmentImpl fragment = (StringModelFragmentImpl) element; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[161] final StringModelFragmentImpl fragment = (StringModelFragmentImpl) element; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[163] if (E.notEmpty(fragment.getFeaturename())) { ^^^^^^^^^^^^^^ Discouraged access: The method 'StringModelFragmentImpl.getFeaturename()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[164] ret += fragment.getFeaturename(); ^^^^^^^^^^^^^^ Discouraged access: The method 'StringModelFragmentImpl.getFeaturename()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[166] if (E.notEmpty(fragment.getParentElementId())) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StringModelFragmentImpl.getParentElementId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[167] ret += " (" + fragment.getParentElementId() + ")"; //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StringModelFragmentImpl.getParentElementId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[205] StringModelFragmentImpl modelFragment = getStringModelFragment(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[233] return ApplicationPackageImpl.eINSTANCE.getApplication(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[233] return ApplicationPackageImpl.eINSTANCE.getApplication(); ^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[233] return ApplicationPackageImpl.eINSTANCE.getApplication(); ^^^^^^^^^^^^^^ Discouraged access: The method 'ApplicationPackageImpl.getApplication()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[261] && (o.eContainingFeature() != FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[261] && (o.eContainingFeature() != FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[261] && (o.eContainingFeature() != FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[276] private StringModelFragmentImpl getStringModelFragment() { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[277] return ((StringModelFragmentImpl) getMaster().getValue()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[415] FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[415] FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[415] FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[426] return ((StringModelFragmentImpl) master).getElements(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[426] return ((StringModelFragmentImpl) master).getElements(); ^^^^^^^^^^^ Discouraged access: The method 'ModelFragmentImpl.getElements()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[483] final EClassifier type = ModelUtils.getTypeArgument(this.fragment.getSelectedContainer(), ^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[483] final EClassifier type = ModelUtils.getTypeArgument(this.fragment.getSelectedContainer(), ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelUtils.getTypeArgument(EClass, EGenericType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[561] FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[561] FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[561] FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[597] ApplicationElementImpl ae = (ApplicationElementImpl) obj; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationElementImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[597] ApplicationElementImpl ae = (ApplicationElementImpl) obj; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationElementImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[670] final EClass childClass = (EClass) ModelUtils.getTypeArgument(targetClass, ^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[670] final EClass childClass = (EClass) ModelUtils.getTypeArgument(targetClass, ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelUtils.getTypeArgument(EClass, EGenericType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[36] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[37] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[82] handleAdd(MenuPackageImpl.Literals.MENU); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[82] handleAdd(MenuPackageImpl.Literals.MENU); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[82] handleAdd(MenuPackageImpl.Literals.MENU); ^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[88] handleAdd(MenuPackageImpl.Literals.POPUP_MENU); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[88] handleAdd(MenuPackageImpl.Literals.POPUP_MENU); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[88] handleAdd(MenuPackageImpl.Literals.POPUP_MENU); ^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.POPUP_MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[142] handleAdd(MenuPackageImpl.Literals.MENU); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[142] handleAdd(MenuPackageImpl.Literals.MENU); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[142] handleAdd(MenuPackageImpl.Literals.MENU); ^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[144] handleAdd(MenuPackageImpl.Literals.POPUP_MENU); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[144] handleAdd(MenuPackageImpl.Literals.POPUP_MENU); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[144] handleAdd(MenuPackageImpl.Literals.POPUP_MENU); ^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.POPUP_MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[202] final MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[202] final MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu(); ^^^^^^^^^ Discouraged access: The field 'MenuFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java:[202] final MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu(); ^^^^^^^^^^ Discouraged access: The method 'MenuFactoryImpl.createMenu()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceDialog.java:[43] import org.eclipse.pde.internal.core.util.CoreUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceDialog.java:[427] CoreUtility.createFolder(project.getFolder(newPath)); ^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceDialog.java:[427] CoreUtility.createFolder(project.getFolder(newPath)); ^^^^^^^^^^^^ Discouraged access: The method 'CoreUtility.createFolder(IFolder)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java:[6] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java:[12] super(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java:[12] super(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java:[12] super(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java:[33] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java:[148] AdvancedPackageImpl.Literals.PLACEHOLDER__REF, s.getFirstElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java:[148] AdvancedPackageImpl.Literals.PLACEHOLDER__REF, s.getFirstElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java:[148] AdvancedPackageImpl.Literals.PLACEHOLDER__REF, s.getFirstElement()); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER__REF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[40] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[45] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[46] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[103] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[103] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[103] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR); ^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[110] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[110] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[110] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL); ^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[209] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[209] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[209] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[223] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[223] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[223] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[223] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[223] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[223] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[224] pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[224] pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[224] pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR)); ^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[241] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[241] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[241] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[243] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[243] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[243] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[264] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[264] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[264] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[287] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[287] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[287] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[288] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[288] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[288] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[296] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[296] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java:[296] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java:[22] import org.eclipse.e4.ui.internal.workbench.E4XMIResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java:[52] E4XMIResource xmiResource = (E4XMIResource) modelProvider.getRoot().get(0).eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java:[52] E4XMIResource xmiResource = (E4XMIResource) modelProvider.getRoot().get(0).eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java:[94] E4XMIResource xmiResource = (E4XMIResource) modelProvider.getRoot().get(0).eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java:[94] E4XMIResource xmiResource = (E4XMIResource) modelProvider.getRoot().get(0).eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java:[99] elementsIds.add(xmiResource.getID((EObject) obj)); ^^^^^ Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java:[104] selectedIds.add(xmiResource.getID((EObject) obj)); ^^^^^ Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[24] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[26] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[103] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[103] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[103] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[104] getEditor().getContributionCreator(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION), project, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[104] getEditor().getContributionCreator(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION), project, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[104] getEditor().getContributionCreator(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION), project, ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.IMPERATIVE_EXPRESSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[114] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[114] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[114] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[116] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[116] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ImperativeExpressionEditor.java:[116] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[37] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[38] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[198] CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, dialog.getSelectedContext()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[198] CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, dialog.getSelectedContext()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[198] CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, dialog.getSelectedContext()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[209] this, CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[209] this, CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[209] this, CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[235] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[235] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[235] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[237] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[237] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[237] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[264] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[264] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[264] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[265] CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[265] CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[265] CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME) }; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[278] CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, handler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[278] CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, handler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[278] CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, handler); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[38] import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[39] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[43] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[136] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[136] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[136] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[137] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[137] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[137] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[199] org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[199] org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[199] org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[202] BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[202] BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[202] BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[297] BasicPackageImpl.Literals.PART_DESCRIPTOR__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[297] BasicPackageImpl.Literals.PART_DESCRIPTOR__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[297] BasicPackageImpl.Literals.PART_DESCRIPTOR__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__PROPERTIES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[306] Messages.ModelTooling_Context_Variables_Tooltip, BasicPackageImpl.Literals.PART_DESCRIPTOR__VARIABLES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[306] Messages.ModelTooling_Context_Variables_Tooltip, BasicPackageImpl.Literals.PART_DESCRIPTOR__VARIABLES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[306] Messages.ModelTooling_Context_Variables_Tooltip, BasicPackageImpl.Literals.PART_DESCRIPTOR__VARIABLES, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__VARIABLES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[310] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[310] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[310] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[313] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[313] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[313] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[327] BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[327] BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[327] BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, menu); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[335] BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[335] BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[335] BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, null); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[388] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[388] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[388] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[389] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[389] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[389] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI) }; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java:[36] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java:[111] MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java:[111] MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java:[111] MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java:[144] MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java:[144] MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java:[144] MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handler); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolBarIdDialog.java:[28] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolBarIdDialog.java:[85] return MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolBarIdDialog.java:[85] return MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolBarIdDialog.java:[85] return MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[41] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[42] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[47] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[130] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[130] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[130] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[130] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[130] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[130] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[181] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[181] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[181] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[320] list.add(UiPackageImpl.Literals.CORE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[320] list.add(UiPackageImpl.Literals.CORE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[320] list.add(UiPackageImpl.Literals.CORE_EXPRESSION); ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CORE_EXPRESSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[321] list.add(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[321] list.add(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[321] list.add(UiPackageImpl.Literals.IMPERATIVE_EXPRESSION); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.IMPERATIVE_EXPRESSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[322] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[322] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[322] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.EXPRESSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[322] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[322] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[322] list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[344] ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[344] ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[344] ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[345] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[345] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[345] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[353] final Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[353] final Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[353] final Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, null); ^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_ITEM__MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[363] final Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[363] final Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[363] final Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, menu); ^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_ITEM__MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[412] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[412] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[412] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[413] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[413] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[413] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[414] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[414] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java:[414] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[37] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[40] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[41] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[81] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[81] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[81] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[88] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[88] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[88] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[94] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[94] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[94] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[101] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[101] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[101] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[108] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[108] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[108] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[111] for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[111] for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[111] for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[112] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[112] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[112] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[126] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[126] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[126] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[132] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[132] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[132] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[177] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[177] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[177] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[194] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[194] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[194] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[194] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[194] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[194] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[195] BasicPackageImpl.Literals.PART, AdvancedPackageImpl.Literals.AREA, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[195] BasicPackageImpl.Literals.PART, AdvancedPackageImpl.Literals.AREA, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[195] BasicPackageImpl.Literals.PART, AdvancedPackageImpl.Literals.AREA, ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[195] BasicPackageImpl.Literals.PART, AdvancedPackageImpl.Literals.AREA, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[195] BasicPackageImpl.Literals.PART, AdvancedPackageImpl.Literals.AREA, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[195] BasicPackageImpl.Literals.PART, AdvancedPackageImpl.Literals.AREA, ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[196] AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[196] AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[196] AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[197] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[197] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[197] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART)); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[218] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[218] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[218] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[228] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[228] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java:[228] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[68] import org.eclipse.pde.internal.core.project.PDEProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDEProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[69] import org.eclipse.pde.internal.core.text.bundle.BundleModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[70] import org.eclipse.pde.internal.core.text.bundle.ImportPackageHeader; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ImportPackageHeader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[71] import org.eclipse.pde.internal.core.text.bundle.ImportPackageObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ImportPackageObject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[72] import org.eclipse.pde.internal.core.text.bundle.RequireBundleHeader; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RequireBundleHeader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[73] import org.eclipse.pde.internal.core.text.bundle.RequireBundleObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RequireBundleObject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[933] final BundleModel model = loadBundleModel(currentProject); ^^^^^^^^^^^ Discouraged access: The type 'BundleModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[935] final RequireBundleHeader rbh = (RequireBundleHeader) model.getBundle().getManifestHeader( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RequireBundleHeader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[935] final RequireBundleHeader rbh = (RequireBundleHeader) model.getBundle().getManifestHeader( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RequireBundleHeader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[935] final RequireBundleHeader rbh = (RequireBundleHeader) model.getBundle().getManifestHeader( ^^^^^^^^^ Discouraged access: The method 'BundleModel.getBundle()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[935] final RequireBundleHeader rbh = (RequireBundleHeader) model.getBundle().getManifestHeader( ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IBundle.getManifestHeader(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[938] for (final RequireBundleObject item : rbh.getRequiredBundles()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RequireBundleObject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[938] for (final RequireBundleObject item : rbh.getRequiredBundles()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RequireBundleHeader.getRequiredBundles()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[939] if (item.getValue().equals(bundle)) { ^^^^^^^^ Discouraged access: The method 'PDEManifestElement.getValue()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[952] final ImportPackageHeader iph = (ImportPackageHeader) model.getBundle().getManifestHeader( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ImportPackageHeader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[952] final ImportPackageHeader iph = (ImportPackageHeader) model.getBundle().getManifestHeader( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ImportPackageHeader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[952] final ImportPackageHeader iph = (ImportPackageHeader) model.getBundle().getManifestHeader( ^^^^^^^^^ Discouraged access: The method 'BundleModel.getBundle()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[952] final ImportPackageHeader iph = (ImportPackageHeader) model.getBundle().getManifestHeader( ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IBundle.getManifestHeader(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[955] for (final ImportPackageObject item : iph.getPackages()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ImportPackageObject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[955] for (final ImportPackageObject item : iph.getPackages()) { ^^^^^^^^^^^ Discouraged access: The method 'ImportPackageHeader.getPackages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[956] if (item.getValue().equals(pakage)) { ^^^^^^^^ Discouraged access: The method 'PDEManifestElement.getValue()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[984] public BundleModel loadBundleModel(IProject currentProject) throws CoreException { ^^^^^^^^^^^ Discouraged access: The type 'BundleModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[986] try (final Scanner scanner = new Scanner(PDEProject.getManifest(currentProject).getContents())) { ^^^^^^^^^^ Discouraged access: The type 'PDEProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[986] try (final Scanner scanner = new Scanner(PDEProject.getManifest(currentProject).getContents())) { ^^^^^^^^^^^ Discouraged access: The method 'PDEProject.getManifest(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[989] final BundleModel model = new BundleModel(document, false); ^^^^^^^^^^^ Discouraged access: The type 'BundleModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[989] final BundleModel model = new BundleModel(document, false); ^^^^^^^^^^^ Discouraged access: The type 'BundleModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[989] final BundleModel model = new BundleModel(document, false); ^^^^^^^^^^^ Discouraged access: The constructor 'BundleModel(IDocument, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[990] model.load(); ^^^^ Discouraged access: The method 'AbstractEditingModel.load()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[27] import org.eclipse.e4.ui.internal.workbench.E4XMIResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[28] import org.eclipse.e4.ui.internal.workbench.E4XMIResourceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResourceFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[66] .put(Resource.Factory.Registry.DEFAULT_EXTENSION, new E4XMIResourceFactory()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResourceFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[66] .put(Resource.Factory.Registry.DEFAULT_EXTENSION, new E4XMIResourceFactory()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'E4XMIResourceFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[83] E4XMIResource resource = (E4XMIResource) eObject.eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[83] E4XMIResource resource = (E4XMIResource) eObject.eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[85] idMap.put(eObject, resource.getID(eObject)); ^^^^^ Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[90] resource = (E4XMIResource) o.eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[91] idMap.put(o, resource.getID(o)); ^^^^^ Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[94] resource = (E4XMIResource) list.get(0).eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[102] resource.setID(e.getKey(), e.getValue()); ^^^^^ Discouraged access: The method 'E4XMIResource.setID(EObject, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java:[6] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java:[12] super(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java:[12] super(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java:[12] super(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorTrimEditor.java:[19] import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorTrimEditor.java:[39] return Literals.PART_DESCRIPTOR__TRIM_BARS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorTrimEditor.java:[39] return Literals.PART_DESCRIPTOR__TRIM_BARS; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__TRIM_BARS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[23] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[24] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[25] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[26] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[46] public static final EClass[] SNIPPET_CHILDREN = new EClass[] { AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[46] public static final EClass[] SNIPPET_CHILDREN = new EClass[] { AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[46] public static final EClass[] SNIPPET_CHILDREN = new EClass[] { AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART, ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[46] public static final EClass[] SNIPPET_CHILDREN = new EClass[] { AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[46] public static final EClass[] SNIPPET_CHILDREN = new EClass[] { AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[46] public static final EClass[] SNIPPET_CHILDREN = new EClass[] { AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART, ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[47] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[47] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[47] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[47] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[47] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[47] BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[48] BasicPackageImpl.Literals.COMPOSITE_PART, AdvancedPackageImpl.Literals.PERSPECTIVE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[48] BasicPackageImpl.Literals.COMPOSITE_PART, AdvancedPackageImpl.Literals.PERSPECTIVE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[48] BasicPackageImpl.Literals.COMPOSITE_PART, AdvancedPackageImpl.Literals.PERSPECTIVE, ^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.COMPOSITE_PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[48] BasicPackageImpl.Literals.COMPOSITE_PART, AdvancedPackageImpl.Literals.PERSPECTIVE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[48] BasicPackageImpl.Literals.COMPOSITE_PART, AdvancedPackageImpl.Literals.PERSPECTIVE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[48] BasicPackageImpl.Literals.COMPOSITE_PART, AdvancedPackageImpl.Literals.PERSPECTIVE, ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[49] AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, MenuPackageImpl.Literals.TRIM_CONTRIBUTION, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[49] AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, MenuPackageImpl.Literals.TRIM_CONTRIBUTION, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[49] AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, MenuPackageImpl.Literals.TRIM_CONTRIBUTION, ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[49] AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, MenuPackageImpl.Literals.TRIM_CONTRIBUTION, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[49] AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, MenuPackageImpl.Literals.TRIM_CONTRIBUTION, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[49] AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, MenuPackageImpl.Literals.TRIM_CONTRIBUTION, ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[50] BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[50] BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[50] BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, ^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[50] BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[50] BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[50] BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, ^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[51] BasicPackageImpl.Literals.TRIM_BAR }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[51] BasicPackageImpl.Literals.TRIM_BAR }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[51] BasicPackageImpl.Literals.TRIM_BAR }; ^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.TRIM_BAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[61] targetFeature = UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[61] targetFeature = UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[61] targetFeature = UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[71] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[71] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[71] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[80] handleAdd(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[80] handleAdd(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[80] handleAdd(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[88] handleAdd(BasicPackageImpl.Literals.COMPOSITE_PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[88] handleAdd(BasicPackageImpl.Literals.COMPOSITE_PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[88] handleAdd(BasicPackageImpl.Literals.COMPOSITE_PART); ^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.COMPOSITE_PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[96] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[96] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[96] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[104] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[104] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[104] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[112] handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[112] handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[112] handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[119] handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[119] handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[119] handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[127] handleAdd(MenuPackageImpl.Literals.TRIM_CONTRIBUTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[127] handleAdd(MenuPackageImpl.Literals.TRIM_CONTRIBUTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[127] handleAdd(MenuPackageImpl.Literals.TRIM_CONTRIBUTION); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[135] handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[135] handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[135] handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW); ^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[141] handleAdd(BasicPackageImpl.Literals.WINDOW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[141] handleAdd(BasicPackageImpl.Literals.WINDOW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[141] handleAdd(BasicPackageImpl.Literals.WINDOW); ^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[148] handleAdd(BasicPackageImpl.Literals.TRIM_BAR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[148] handleAdd(BasicPackageImpl.Literals.TRIM_BAR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[148] handleAdd(BasicPackageImpl.Literals.TRIM_BAR); ^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.TRIM_BAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[212] pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[212] pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java:[212] pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE)); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[37] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[38] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[42] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[43] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[103] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[103] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[103] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[110] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[110] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[110] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[117] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[117] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[117] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[125] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[125] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[125] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[132] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[132] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[132] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[135] for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[135] for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[135] for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[136] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[136] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[136] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[150] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[150] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[150] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[156] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[156] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[156] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[271] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[271] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[271] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[284] eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[284] eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[284] eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[285] eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[285] eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[285] eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[286] eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[286] eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[286] eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$ ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[287] eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[287] eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[287] eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$ ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[288] eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[288] eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[288] eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$ ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[289] eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_SASH_CONTAINER, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[289] eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_SASH_CONTAINER, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[289] eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_SASH_CONTAINER, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[290] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[290] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[290] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[310] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[310] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[310] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[312] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[312] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[312] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[333] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[333] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[333] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[350] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[350] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[350] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[351] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[351] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[351] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[363] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[363] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[363] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[373] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[373] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java:[373] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[35] import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[36] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[132] ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[132] ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[132] ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[158] final MCategory category = CommandsFactoryImpl.eINSTANCE.createCategory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[158] final MCategory category = CommandsFactoryImpl.eINSTANCE.createCategory(); ^^^^^^^^^ Discouraged access: The field 'CommandsFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[158] final MCategory category = CommandsFactoryImpl.eINSTANCE.createCategory(); ^^^^^^^^^^^^^^ Discouraged access: The method 'CommandsFactoryImpl.createCategory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[165] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, category); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[165] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, category); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java:[165] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, category); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[34] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[38] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[39] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[255] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[255] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[255] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[256] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[256] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[256] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[277] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[277] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[277] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[288] return new FeaturePath[] { FeaturePath.fromList(AdvancedPackageImpl.Literals.PLACEHOLDER__REF) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[288] return new FeaturePath[] { FeaturePath.fromList(AdvancedPackageImpl.Literals.PLACEHOLDER__REF) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java:[288] return new FeaturePath[] { FeaturePath.fromList(AdvancedPackageImpl.Literals.PLACEHOLDER__REF) }; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER__REF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[38] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[42] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[194] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[194] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[194] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[224] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[224] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[224] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[226] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[226] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[226] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[247] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[247] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[247] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[259] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[259] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[259] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[281] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, perspective); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[281] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, perspective); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java:[281] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, perspective); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[39] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[40] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[135] enableIdGenerator(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[135] enableIdGenerator(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[135] enableIdGenerator(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME, ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[136] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[136] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[136] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[199] this, CommandsPackageImpl.Literals.COMMAND__PARAMETERS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[199] this, CommandsPackageImpl.Literals.COMMAND__PARAMETERS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[199] this, CommandsPackageImpl.Literals.COMMAND__PARAMETERS) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[226] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[226] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[226] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[228] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[228] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[228] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[253] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[253] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[253] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) }; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[262] CommandsPackageImpl.Literals.COMMAND__PARAMETERS, param); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[262] CommandsPackageImpl.Literals.COMMAND__PARAMETERS, param); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[262] CommandsPackageImpl.Literals.COMMAND__PARAMETERS, param); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[286] final List commandParameters = (List) command.eGet(CommandsPackageImpl.Literals.COMMAND__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[286] final List commandParameters = (List) command.eGet(CommandsPackageImpl.Literals.COMMAND__PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[286] final List commandParameters = (List) command.eGet(CommandsPackageImpl.Literals.COMMAND__PARAMETERS); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java:[36] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java:[123] CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java:[123] CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java:[123] CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java:[159] CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java:[159] CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java:[159] CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java:[30] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java:[33] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java:[148] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java:[148] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java:[148] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java:[149] getEditor().getContributionCreator(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION), project, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java:[149] getEditor().getContributionCreator(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION), project, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java:[149] getEditor().getContributionCreator(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION), project, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java:[6] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java:[12] super(BasicPackageImpl.Literals.WINDOW__WINDOWS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java:[12] super(BasicPackageImpl.Literals.WINDOW__WINDOWS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java:[12] super(BasicPackageImpl.Literals.WINDOW__WINDOWS); ^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__WINDOWS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java:[20] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[40] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[43] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[44] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[45] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[96] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[96] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[96] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[103] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[103] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[103] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[109] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[109] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[109] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[115] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[115] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[115] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[122] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[122] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[122] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[144] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[144] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[144] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[145] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[145] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[145] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[146] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[146] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[146] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[184] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[184] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[184] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[185] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[185] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[185] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[253] Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[253] Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[253] Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__PROPERTIES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[258] Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[258] Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[258] Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__VARIABLES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[269] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[269] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[269] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[271] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[271] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[271] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[292] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[292] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[292] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[319] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[319] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java:[319] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[58] import org.eclipse.e4.core.services.contributions.IContributionFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IContributionFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[59] import org.eclipse.e4.core.services.log.Logger; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Logger' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[165] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[166] import org.eclipse.e4.ui.model.application.impl.ApplicationElementImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationElementImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[167] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[172] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[174] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[175] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[176] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[180] import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[181] import org.eclipse.e4.ui.model.internal.ModelUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[362] private Logger logger; ^^^^^^ Discouraged access: The type 'Logger' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[421] labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[421] labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[421] labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[422] labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[422] labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[422] labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[822] ctx = ModelUtils.getContainingContext(o); ^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[822] ctx = ModelUtils.getContainingContext(o); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelUtils.getContainingContext(MApplicationElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[828] logger.warn(e); ^^^^ Discouraged access: The method 'Logger.warn(Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[999] logger.warn(e); ^^^^ Discouraged access: The method 'Logger.warn(Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1025] logger.warn(e); ^^^^ Discouraged access: The method 'Logger.warn(Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1144] final IContributionFactory fact = context.get(IContributionFactory.class); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IContributionFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1144] final IContributionFactory fact = context.get(IContributionFactory.class); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IContributionFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1146] .create("bundleclass://" + el.getContributor().getName() + "/" + el.getAttribute("class"), context); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ ^^^^^^ Discouraged access: The method 'IContributionFactory.create(String, IEclipseContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1198] final IContributionFactory fact = context.get(IContributionFactory.class); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IContributionFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1198] final IContributionFactory fact = context.get(IContributionFactory.class); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IContributionFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1199] final AbstractComponentEditor editor = (AbstractComponentEditor) fact.create( ^^^^^^ Discouraged access: The method 'IContributionFactory.create(String, IEclipseContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1251] registerEditor(ApplicationPackageImpl.Literals.APPLICATION, ApplicationEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1251] registerEditor(ApplicationPackageImpl.Literals.APPLICATION, ApplicationEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1251] registerEditor(ApplicationPackageImpl.Literals.APPLICATION, ApplicationEditor.class); ^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1252] registerEditor(ApplicationPackageImpl.Literals.ADDON, AddonsEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1252] registerEditor(ApplicationPackageImpl.Literals.ADDON, AddonsEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1252] registerEditor(ApplicationPackageImpl.Literals.ADDON, AddonsEditor.class); ^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.ADDON' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1254] registerEditor(CommandsPackageImpl.Literals.KEY_BINDING, KeyBindingEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1254] registerEditor(CommandsPackageImpl.Literals.KEY_BINDING, KeyBindingEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1254] registerEditor(CommandsPackageImpl.Literals.KEY_BINDING, KeyBindingEditor.class); ^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1255] registerEditor(CommandsPackageImpl.Literals.HANDLER, HandlerEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1255] registerEditor(CommandsPackageImpl.Literals.HANDLER, HandlerEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1255] registerEditor(CommandsPackageImpl.Literals.HANDLER, HandlerEditor.class); ^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1256] registerEditor(CommandsPackageImpl.Literals.COMMAND, CommandEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1256] registerEditor(CommandsPackageImpl.Literals.COMMAND, CommandEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1256] registerEditor(CommandsPackageImpl.Literals.COMMAND, CommandEditor.class); ^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1257] registerEditor(CommandsPackageImpl.Literals.COMMAND_PARAMETER, CommandParameterEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1257] registerEditor(CommandsPackageImpl.Literals.COMMAND_PARAMETER, CommandParameterEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1257] registerEditor(CommandsPackageImpl.Literals.COMMAND_PARAMETER, CommandParameterEditor.class); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND_PARAMETER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1258] registerEditor(CommandsPackageImpl.Literals.PARAMETER, ParameterEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1258] registerEditor(CommandsPackageImpl.Literals.PARAMETER, ParameterEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1258] registerEditor(CommandsPackageImpl.Literals.PARAMETER, ParameterEditor.class); ^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.PARAMETER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1259] registerEditor(CommandsPackageImpl.Literals.BINDING_TABLE, BindingTableEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1259] registerEditor(CommandsPackageImpl.Literals.BINDING_TABLE, BindingTableEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1259] registerEditor(CommandsPackageImpl.Literals.BINDING_TABLE, BindingTableEditor.class); ^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1260] registerEditor(CommandsPackageImpl.Literals.BINDING_CONTEXT, BindingContextEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1260] registerEditor(CommandsPackageImpl.Literals.BINDING_CONTEXT, BindingContextEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1260] registerEditor(CommandsPackageImpl.Literals.BINDING_CONTEXT, BindingContextEditor.class); ^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1261] registerEditor(CommandsPackageImpl.Literals.CATEGORY, CategoryEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1261] registerEditor(CommandsPackageImpl.Literals.CATEGORY, CategoryEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1261] registerEditor(CommandsPackageImpl.Literals.CATEGORY, CategoryEditor.class); ^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1263] registerEditor(MenuPackageImpl.Literals.TOOL_BAR, ToolBarEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1263] registerEditor(MenuPackageImpl.Literals.TOOL_BAR, ToolBarEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1263] registerEditor(MenuPackageImpl.Literals.TOOL_BAR, ToolBarEditor.class); ^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1264] registerEditor(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, DirectToolItemEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1264] registerEditor(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, DirectToolItemEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1264] registerEditor(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, DirectToolItemEditor.class); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1265] registerEditor(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, HandledToolItemEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1265] registerEditor(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, HandledToolItemEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1265] registerEditor(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, HandledToolItemEditor.class); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1266] registerEditor(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, ToolBarSeparatorEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1266] registerEditor(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, ToolBarSeparatorEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1266] registerEditor(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, ToolBarSeparatorEditor.class); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1267] registerEditor(MenuPackageImpl.Literals.TOOL_CONTROL, ToolControlEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1267] registerEditor(MenuPackageImpl.Literals.TOOL_CONTROL, ToolControlEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1267] registerEditor(MenuPackageImpl.Literals.TOOL_CONTROL, ToolControlEditor.class); ^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1268] registerEditor(MenuPackageImpl.Literals.MENU, MenuEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1268] registerEditor(MenuPackageImpl.Literals.MENU, MenuEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1268] registerEditor(MenuPackageImpl.Literals.MENU, MenuEditor.class); ^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1269] registerEditor(MenuPackageImpl.Literals.POPUP_MENU, PopupMenuEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1269] registerEditor(MenuPackageImpl.Literals.POPUP_MENU, PopupMenuEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1269] registerEditor(MenuPackageImpl.Literals.POPUP_MENU, PopupMenuEditor.class); ^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.POPUP_MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1270] registerEditor(MenuPackageImpl.Literals.MENU_SEPARATOR, MenuSeparatorEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1270] registerEditor(MenuPackageImpl.Literals.MENU_SEPARATOR, MenuSeparatorEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1270] registerEditor(MenuPackageImpl.Literals.MENU_SEPARATOR, MenuSeparatorEditor.class); ^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1271] registerEditor(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, HandledMenuItemEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1271] registerEditor(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, HandledMenuItemEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1271] registerEditor(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, HandledMenuItemEditor.class); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1272] registerEditor(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, DirectMenuItemEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1272] registerEditor(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, DirectMenuItemEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1272] registerEditor(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, DirectMenuItemEditor.class); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1273] registerEditor(MenuPackageImpl.Literals.MENU_CONTRIBUTION, MenuContributionEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1273] registerEditor(MenuPackageImpl.Literals.MENU_CONTRIBUTION, MenuContributionEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1273] registerEditor(MenuPackageImpl.Literals.MENU_CONTRIBUTION, MenuContributionEditor.class); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1274] registerEditor(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION, ToolBarContributionEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1274] registerEditor(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION, ToolBarContributionEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1274] registerEditor(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION, ToolBarContributionEditor.class); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1275] registerEditor(MenuPackageImpl.Literals.TRIM_CONTRIBUTION, TrimContributionEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1275] registerEditor(MenuPackageImpl.Literals.TRIM_CONTRIBUTION, TrimContributionEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1275] registerEditor(MenuPackageImpl.Literals.TRIM_CONTRIBUTION, TrimContributionEditor.class); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1276] registerEditor(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, DynamicMenuContributionEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[1276] registerEditor(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, DynamicMenuContributionEditor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[48] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[49] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[217] this, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[217] this, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[217] this, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[243] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[243] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[243] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[244] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[244] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[244] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[269] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[269] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[269] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[305] final Command cmd = AddCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, param); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[305] final Command cmd = AddCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, param); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java:[305] final Command cmd = AddCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, param); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[38] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[39] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[42] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuContributionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[43] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[94] handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[94] handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[94] handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[100] handleAdd(MenuPackageImpl.Literals.MENU, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[100] handleAdd(MenuPackageImpl.Literals.MENU, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[100] handleAdd(MenuPackageImpl.Literals.MENU, false); ^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[107] handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[107] handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[107] handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[114] handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[114] handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[114] handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true); ^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[121] handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[121] handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[121] handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[139] if (element instanceof MenuContributionImpl) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuContributionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[140] String pid = ((MenuContributionImpl) element).getParentId(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuContributionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[140] String pid = ((MenuContributionImpl) element).getParentId(); ^^^^^^^^^^^ Discouraged access: The method 'MenuContributionImpl.getParentId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[245] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[245] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[245] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[253] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[253] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[253] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[270] MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[270] MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[270] MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[272] new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[272] new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[272] new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), ^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[273] new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[273] new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[273] new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), ^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[275] new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[275] new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[275] new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[278] MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[278] MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[278] MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[294] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[294] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[294] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[296] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[296] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[296] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[312] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[312] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[312] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[319] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[319] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java:[319] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[17] import org.eclipse.e4.ui.internal.workbench.E4XMIResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[47] final E4XMIResource res = new E4XMIResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[47] final E4XMIResource res = new E4XMIResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[47] final E4XMIResource res = new E4XMIResource(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'E4XMIResource()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[94] final E4XMIResource resource = (E4XMIResource) root.eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[94] final E4XMIResource resource = (E4XMIResource) root.eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[115] final E4XMIResource root = (E4XMIResource) modelResource.getRoot().get(0).eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[115] final E4XMIResource root = (E4XMIResource) modelResource.getRoot().get(0).eResource(); ^^^^^^^^^^^^^ Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[116] final String xmiId = root.getID(object); ^^^^^ Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[32] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[33] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[36] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[77] handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[77] handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[77] handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[84] handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[84] handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[84] handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[91] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[91] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[91] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false); ^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[98] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[98] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[98] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[181] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[181] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[181] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[196] MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[196] MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[196] MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[198] new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[198] new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[198] new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[199] new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[199] new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[199] new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), ^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[200] new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[200] new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[200] new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) }); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[217] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[217] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[217] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[219] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[219] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[219] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[240] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[240] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[240] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[255] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[255] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java:[255] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/BundleClassDialog.java:[220] final IContributionClassCreator c = context.get(ModelEditor.class).getContributionCreator(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/BundleClassDialog.java:[220] final IContributionClassCreator c = context.get(ModelEditor.class).getContributionCreator(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/BundleClassDialog.java:[220] final IContributionClassCreator c = context.get(ModelEditor.class).getContributionCreator(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java:[36] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java:[111] MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java:[111] MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java:[111] MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java:[141] MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java:[141] MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java:[141] MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExportIdsHandler.java:[48] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExportIdsHandler.java:[98] if (JavaProject.hasJavaNature(project)) { ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExportIdsHandler.java:[98] if (JavaProject.hasJavaNature(project)) { ^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.hasJavaNature(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java:[36] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java:[111] CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java:[111] CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java:[111] CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java:[135] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java:[135] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java:[135] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[38] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[41] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[79] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[79] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[79] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[86] handleAdd(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[86] handleAdd(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[86] handleAdd(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[93] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[93] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[93] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[100] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[100] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[100] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[108] handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[108] handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[108] handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[115] handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[115] handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[115] handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[122] handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_COMPAT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[122] handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_COMPAT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[122] handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_COMPAT_VIEW); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[167] this, BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[167] this, BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[167] this, BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[185] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[185] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[185] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[185] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[185] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[185] new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[186] BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[186] BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[186] BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA }); ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[186] BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[186] BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[186] BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA }); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[187] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[187] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[187] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART)); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[208] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[208] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[208] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[217] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[217] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java:[217] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[43] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[45] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[47] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[48] import org.eclipse.e4.ui.model.application.ui.menu.impl.TrimContributionImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimContributionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[109] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[109] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[109] handleAddChild(MenuPackageImpl.Literals.TOOL_BAR); ^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[116] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[116] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[116] handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL); ^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[134] if (element instanceof TrimContributionImpl) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimContributionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[135] String pid = ((TrimContributionImpl) element).getParentId(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimContributionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[135] String pid = ((TrimContributionImpl) element).getParentId(); ^^^^^^^^^^^ Discouraged access: The method 'TrimContributionImpl.getParentId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[237] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[237] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[237] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[263] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[263] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[263] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[263] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[263] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[263] .setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL }); ^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[264] pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[264] pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[264] pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR)); ^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[279] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[279] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[279] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[281] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[281] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[281] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[302] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[302] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[302] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[314] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[314] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[314] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[322] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[322] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java:[322] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java:[20] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorMenuEditor.java:[10] super(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorMenuEditor.java:[10] super(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorMenuEditor.java:[10] super(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java:[20] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[35] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[36] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[104] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[104] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[104] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME), ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[105] FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[105] FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[105] FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[143] enableIdGenerator(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[143] enableIdGenerator(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[143] enableIdGenerator(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME, ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[144] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[144] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[144] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[179] this, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[179] this, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[179] this, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[204] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[204] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[204] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[206] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[206] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[206] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[225] CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[225] CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java:[225] CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[27] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[28] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[103] enableIdGenerator(CommandsPackageImpl.Literals.CATEGORY__NAME, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[103] enableIdGenerator(CommandsPackageImpl.Literals.CATEGORY__NAME, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[103] enableIdGenerator(CommandsPackageImpl.Literals.CATEGORY__NAME, ^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY__NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[104] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[104] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[104] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[144] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[144] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[144] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[146] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[146] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java:[146] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/TrimIdDialog.java:[26] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/TrimIdDialog.java:[84] return MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/TrimIdDialog.java:[84] return MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/TrimIdDialog.java:[84] return MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIdDialog.java:[29] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIdDialog.java:[124] return MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIdDialog.java:[124] return MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIdDialog.java:[124] return MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[28] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[29] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[151] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[151] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[151] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[152] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[152] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[152] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[173] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[173] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java:[173] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java:[20] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java:[51] return SetCommand.create(editingDomain, binding, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java:[51] return SetCommand.create(editingDomain, binding, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java:[51] return SetCommand.create(editingDomain, binding, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING__COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[27] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[30] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[225] if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[225] if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[225] if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[235] if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[235] if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[235] if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[261] if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[261] if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[261] if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[271] if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[271] if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java:[271] if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartTrimEditor.java:[19] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartTrimEditor.java:[39] return Literals.PART__TRIM_BARS; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartTrimEditor.java:[39] return Literals.PART__TRIM_BARS; ^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART__TRIM_BARS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java:[20] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java:[40] return BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java:[40] return BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java:[40] return BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java:[19] import org.eclipse.e4.ui.model.internal.ModelUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java:[94] ModelUtils.getContainingContext(value)); ^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java:[94] ModelUtils.getContainingContext(value)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelUtils.getContainingContext(MApplicationElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[32] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[34] import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[35] import org.eclipse.e4.ui.model.fragment.impl.ModelFragmentsImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelFragmentsImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[106] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[106] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[106] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[117] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[117] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[117] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[128] return ((ModelFragmentsImpl) master).getImports(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelFragmentsImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[128] return ((ModelFragmentsImpl) master).getImports(); ^^^^^^^^^^ Discouraged access: The method 'ModelFragmentsImpl.getImports()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[153] Util.addClasses(ApplicationPackageImpl.eINSTANCE, list); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[153] Util.addClasses(ApplicationPackageImpl.eINSTANCE, list); ^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[154] list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[154] list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[154] list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS)); ^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[154] list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[154] list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java:[154] list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java:[36] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java:[111] MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java:[111] MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java:[111] MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java:[141] MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java:[141] MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java:[141] MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java:[29] import org.eclipse.e4.ui.model.internal.ModelUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java:[89] ModelUtils.getContainingContext(o)); ^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java:[89] ModelUtils.getContainingContext(o)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelUtils.getContainingContext(MApplicationElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java:[36] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java:[111] CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java:[111] CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java:[111] CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java:[135] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java:[135] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java:[135] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java:[25] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java:[139] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java:[139] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java:[139] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java:[141] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java:[141] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java:[141] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[39] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[40] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[181] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[181] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[181] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[182] getEditor().getContributionCreator(CommandsPackageImpl.Literals.HANDLER), project, context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[182] getEditor().getContributionCreator(CommandsPackageImpl.Literals.HANDLER), project, context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[182] getEditor().getContributionCreator(CommandsPackageImpl.Literals.HANDLER), project, context, ^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[185] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[185] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[185] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[193] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[193] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[193] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[194] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[194] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[194] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[213] final TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[213] final TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[213] final TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[236] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[236] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[236] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) }; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER__COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[236] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[236] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java:[236] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) }; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java:[20] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java:[52] return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java:[52] return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java:[52] return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java:[36] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java:[112] MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java:[112] MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java:[112] MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java:[142] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java:[142] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java:[142] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[40] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[43] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[44] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[150] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[150] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[150] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[151] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[151] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[151] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[283] UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[283] UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[283] UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__PROPERTIES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[295] UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[295] UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[295] UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__VARIABLES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[297] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[297] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[297] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[299] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[299] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[299] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[320] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[320] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[320] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[327] BasicPackageImpl.Literals.WINDOW__MAIN_MENU, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[327] BasicPackageImpl.Literals.WINDOW__MAIN_MENU, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[327] BasicPackageImpl.Literals.WINDOW__MAIN_MENU, null); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__MAIN_MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[338] BasicPackageImpl.Literals.WINDOW__MAIN_MENU, menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[338] BasicPackageImpl.Literals.WINDOW__MAIN_MENU, menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[338] BasicPackageImpl.Literals.WINDOW__MAIN_MENU, menu); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__MAIN_MENU' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[398] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[398] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[398] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[399] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[399] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[399] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[400] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[400] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java:[400] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java:[21] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java:[29] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java:[29] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java:[29] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[35] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[37] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[38] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[83] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[83] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[83] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[84] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[84] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[84] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[189] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[189] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[189] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[190] getEditor().getContributionCreator(BasicPackageImpl.Literals.PART), project, context, eclipseContext); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[190] getEditor().getContributionCreator(BasicPackageImpl.Literals.PART), project, context, eclipseContext); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[190] getEditor().getContributionCreator(BasicPackageImpl.Literals.PART), project, context, eclipseContext); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[231] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[231] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[231] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[233] UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[233] UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[233] UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__PROPERTIES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[242] Messages.ModelTooling_Context_Variables_Tooltip, UiPackageImpl.Literals.CONTEXT__VARIABLES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[242] Messages.ModelTooling_Context_Variables_Tooltip, UiPackageImpl.Literals.CONTEXT__VARIABLES, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[242] Messages.ModelTooling_Context_Variables_Tooltip, UiPackageImpl.Literals.CONTEXT__VARIABLES, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__VARIABLES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[245] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[245] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[245] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[269] BasicPackageImpl.Literals.PART__TOOLBAR, menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[269] BasicPackageImpl.Literals.PART__TOOLBAR, menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[269] BasicPackageImpl.Literals.PART__TOOLBAR, menu); ^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART__TOOLBAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[277] BasicPackageImpl.Literals.PART__TOOLBAR, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[277] BasicPackageImpl.Literals.PART__TOOLBAR, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[277] BasicPackageImpl.Literals.PART__TOOLBAR, null); ^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART__TOOLBAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[292] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[292] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[292] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[304] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[304] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AbstractPartEditor.java:[304] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[23] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[27] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[28] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[76] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[76] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[76] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[83] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[83] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[83] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[89] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[89] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[89] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[96] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[96] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[96] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[103] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[103] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[103] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[106] for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[106] for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[106] for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK, ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[107] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[107] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[107] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[121] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[121] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[121] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[127] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[127] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[127] handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_EDITOR); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[148] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[148] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[148] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[149] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[149] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[149] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[207] eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[207] eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[207] eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[208] eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[208] eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[208] eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[209] eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[209] eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[209] eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$ ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[210] eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[210] eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[210] eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$ ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[211] eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[211] eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[211] eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$ ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[212] eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.COMPOSITE_PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[212] eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.COMPOSITE_PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[212] eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.COMPOSITE_PART, ^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.COMPOSITE_PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[213] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[213] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[213] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[318] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[318] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[318] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[341] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[341] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[341] if (eClass == BasicPackageImpl.Literals.PART) { ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[357] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[357] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java:[357] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java:[6] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java:[11] super(BasicPackageImpl.Literals.PART__MENUS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java:[11] super(BasicPackageImpl.Literals.PART__MENUS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java:[11] super(BasicPackageImpl.Literals.PART__MENUS); ^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART__MENUS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java:[21] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveTrimEditor.java:[19] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl.Literals; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveTrimEditor.java:[39] return Literals.PERSPECTIVE__TRIM_BARS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveTrimEditor.java:[39] return Literals.PERSPECTIVE__TRIM_BARS; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE__TRIM_BARS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java:[29] import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java:[30] import org.eclipse.e4.ui.model.internal.ModelUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java:[206] FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME, f.feature.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java:[206] FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME, f.feature.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java:[206] FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME, f.feature.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java:[303] final EClassifier type = ModelUtils.getTypeArgument(o.clazz.eClass, o.feature.getEGenericType()); ^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java:[303] final EClassifier type = ModelUtils.getTypeArgument(o.clazz.eClass, o.feature.getEGenericType()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelUtils.getTypeArgument(EClass, EGenericType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java:[31] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java:[157] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java:[157] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java:[157] ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java:[158] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java:[158] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java:[158] ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[27] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[31] import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[77] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[77] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[77] ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[97] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[97] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[97] ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[98] getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_MENU_ITEM), project, context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[98] getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_MENU_ITEM), project, context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java:[98] getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_MENU_ITEM), project, context, ^^^^^^^^^^^^^^^^ Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java:[21] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java:[28] super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedActionPage.java:[43] import org.eclipse.pde.internal.core.util.CoreUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedActionPage.java:[391] CoreUtility.createFolder(project.getFolder(newPath)); ^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedActionPage.java:[391] CoreUtility.createFolder(project.getFolder(newPath)); ^^^^^^^^^^^^ Discouraged access: The method 'CoreUtility.createFolder(IFolder)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java:[33] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java:[35] import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java:[269] eClassViewer.setSelection(new StructuredSelection(ApplicationPackageImpl.Literals.APPLICATION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java:[269] eClassViewer.setSelection(new StructuredSelection(ApplicationPackageImpl.Literals.APPLICATION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java:[269] eClassViewer.setSelection(new StructuredSelection(ApplicationPackageImpl.Literals.APPLICATION)); ^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java:[329] FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID, el.getElementId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java:[329] FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID, el.getElementId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java:[329] FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID, el.getElementId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java:[36] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java:[112] ApplicationPackageImpl.Literals.APPLICATION__ADDONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java:[112] ApplicationPackageImpl.Literals.APPLICATION__ADDONS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java:[112] ApplicationPackageImpl.Literals.APPLICATION__ADDONS) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__ADDONS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java:[137] ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addon); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java:[137] ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addon); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java:[137] ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addon); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__ADDONS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[19] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[22] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[23] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[37] if (element == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[37] if (element == BasicPackageImpl.Literals.PART) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[37] if (element == BasicPackageImpl.Literals.PART) { ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[53] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[53] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[53] enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[54] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[54] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[54] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[66] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[66] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[66] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[67] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[67] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[67] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[68] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[68] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java:[68] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[26] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[27] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[58] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[58] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[58] return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME), ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[59] FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[59] FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[59] FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[169] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[169] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[169] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[171] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[171] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java:[171] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java:[26] import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java:[98] if (o.eClass() == CommandsPackageImpl.Literals.CATEGORY) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java:[98] if (o.eClass() == CommandsPackageImpl.Literals.CATEGORY) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java:[98] if (o.eClass() == CommandsPackageImpl.Literals.CATEGORY) { ^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java:[122] CommandsPackageImpl.Literals.COMMAND__CATEGORY, s.getFirstElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java:[122] CommandsPackageImpl.Literals.COMMAND__CATEGORY, s.getFirstElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java:[122] CommandsPackageImpl.Literals.COMMAND__CATEGORY, s.getFirstElement()); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__CATEGORY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[35] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[36] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[37] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[70] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[70] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[70] handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[77] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[77] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[77] handleAdd(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[84] handleAdd(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[84] handleAdd(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[84] handleAdd(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[91] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[91] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[91] handleAdd(AdvancedPackageImpl.Literals.AREA); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[97] handleAdd(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[97] handleAdd(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[97] handleAdd(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[143] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[143] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[143] this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[155] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[155] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[155] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[156] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[156] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[156] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[156] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[156] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[156] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[157] AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[157] AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[157] AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[157] AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[157] AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[157] AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[158] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[158] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[158] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[176] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[176] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java:[176] final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[36] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[40] import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[115] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[115] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[115] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[121] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, component); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[121] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, component); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[121] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, component); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[157] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[157] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[157] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[164] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[164] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[164] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[202] Util.addClasses(ApplicationPackageImpl.eINSTANCE, list); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[202] Util.addClasses(ApplicationPackageImpl.eINSTANCE, list); ^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[203] list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[203] list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[203] list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, ^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[204] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[204] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[204] FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[218] if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[218] if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[218] if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() ^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[220] && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[220] && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[220] && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[40] import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[43] import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[46] import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[47] import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[107] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[107] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[107] handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[114] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[114] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[114] handleAddChild(BasicPackageImpl.Literals.PART_STACK); ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[121] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[121] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[121] handleAddChild(BasicPackageImpl.Literals.PART); ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[128] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[128] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[128] handleAddChild(AdvancedPackageImpl.Literals.AREA); ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[135] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[135] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[135] handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[277] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[277] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[277] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[292] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[292] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[292] pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[293] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[293] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[293] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[293] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[293] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[293] BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, ^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[294] AdvancedPackageImpl.Literals.AREA, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[294] AdvancedPackageImpl.Literals.AREA, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[294] AdvancedPackageImpl.Literals.AREA, ^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[295] AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[295] AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[295] AdvancedPackageImpl.Literals.PLACEHOLDER }); ^^^^^^^^^^^ Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[296] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[296] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[296] pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[313] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[313] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[313] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[315] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[315] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[315] ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[336] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[336] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[336] final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[346] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[346] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[346] UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[366] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[366] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[366] return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), ^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[367] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[367] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[367] FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__ICON_URI), ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[368] FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[368] FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[368] FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL), ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[369] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[369] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java:[369] FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[65] import org.eclipse.pde.internal.core.PDECore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[66] import org.eclipse.pde.internal.core.TargetPlatformHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TargetPlatformHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[67] import org.eclipse.pde.internal.core.util.PatternConstructor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternConstructor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[122] final Pattern patternName = PatternConstructor.createPattern(filter.namePattern, false); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternConstructor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[122] final Pattern patternName = PatternConstructor.createPattern(filter.namePattern, false); ^^^^^^^^^^^^^ Discouraged access: The method 'PatternConstructor.createPattern(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[302] final IProject[] projects = PDECore.getWorkspace().getRoot().getProjects(); ^^^^^^^ Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[302] final IProject[] projects = PDECore.getWorkspace().getRoot().getProjects(); ^^^^^^^^^^^^ Discouraged access: The method 'PDECore.getWorkspace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[303] final IPluginModelBase[] models = TargetPlatformHelper.getPDEState().getTargetModels(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TargetPlatformHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[303] final IPluginModelBase[] models = TargetPlatformHelper.getPDEState().getTargetModels(); ^^^^^^^^^^^ Discouraged access: The method 'TargetPlatformHelper.getPDEState()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[303] final IPluginModelBase[] models = TargetPlatformHelper.getPDEState().getTargetModels(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'PDEState.getTargetModels()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes') 2245 problems (2245 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.tools.emf.ui --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.tools.emf.ui_4.7.0.v20210427-1802, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.tools.emf.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.tools.emf.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.tools.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/target/org.eclipse.e4.tools.emf.ui-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/target/org.eclipse.e4.tools.emf.ui-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.emf.ui --- [INFO] MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.tools.emf.ui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.tools.emf.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.emf.ui --- [INFO] Skipped [INFO] [INFO] ----< eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.editor3x >----- [INFO] Building org.eclipse.e4.tools.emf.editor3x 4.8.0-SNAPSHOT [418/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] The project's OSGi version is 4.8.0.v20210427-1802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.tools.emf.editor3x_4.8.0.v20210427-1802, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/org.eclipse.e4.tools.emf.editor3x-4.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/org.eclipse.e4.tools.emf.editor3x-4.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.editor3x:4.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Skipped [INFO] [INFO] ----< eclipse.platform.ui.tools:org.eclipse.e4.tools.jdt.templates >---- [INFO] Building org.eclipse.e4.tools.jdt.templates 4.9.0-SNAPSHOT [419/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.jdt.templates --- [INFO] The project's OSGi version is 4.9.0.v20210427-1802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.e4.tools.jdt.templates_4.9.0.v20210427-1802, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.jdt.templates --- [INFO] MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.jdt.templates:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Skipped [INFO] [INFO] ---------< eclipse.platform.ui.tool:org.eclipse.e4.tools.test >--------- [INFO] Building org.eclipse.e4.tools.test 1.1.100-SNAPSHOT [420/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.test --- [INFO] The project's OSGi version is 1.1.100.v20180821-1411 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.e4.tools.test --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.e4.tools.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.tools.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.e4.tools.test --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.e4.tools.test --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.tools.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/target/org.eclipse.e4.tools.test-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/target/org.eclipse.e4.tools.test-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.test --- [INFO] No baseline version MavenProject: eclipse.platform.ui.tool:org.eclipse.e4.tools.test:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.e4.tools.test --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.test --- [INFO] Skipped [INFO] [INFO] ----< eclipse.platform.ui.tools:org.eclipse.e4.core.tools.feature >----- [INFO] Building org.eclipse.e4.core.tools.feature 4.21.0-SNAPSHOT [421/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.e4.core.tools.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/features/org.eclipse.e4.core.tools.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.e4.core.tools.feature --- [INFO] The project's OSGi version is 4.21.0.v20210604-0630 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.e4.core.tools.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/features/org.eclipse.e4.core.tools.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.e4.core.tools.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/features/org.eclipse.e4.core.tools.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.e4.core.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/features/org.eclipse.e4.core.tools.feature/target/org.eclipse.e4.core.tools.feature-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.tools.feature --- [INFO] MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.core.tools.feature:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/features/org.eclipse.e4.core.tools.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.e4.core.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/features/org.eclipse.e4.core.tools.feature/target/org.eclipse.e4.core.tools.feature-4.21.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.e4.core.tools.feature --- [INFO] MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.core.tools.feature:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.ui.tools/features/org.eclipse.e4.core.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] [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.tools.feature --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.equinox:org.eclipse.equinox.cm >------------- [INFO] Building org.eclipse.equinox.cm 1.5.0-SNAPSHOT [422/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm --- [INFO] The project's OSGi version is 1.5.0.v20210202-1256 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.cm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.cm --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.cm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.cm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.cm --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.cm --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.cm_1.5.0.v20210202-1256, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.cm --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.cm --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.cm --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.cm --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.cm --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.coordinator >--------- [INFO] Building org.eclipse.equinox.coordinator 1.4.0-SNAPSHOT [423/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.coordinator --- [INFO] The project's OSGi version is 1.4.0.v20210212-1143 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.coordinator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.coordinator --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.coordinator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.coordinator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.coordinator --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.coordinator --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.coordinator_1.4.0.v20210212-1143, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.coordinator --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.coordinator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.coordinator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.coordinator --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.coordinator --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.coordinator --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.coordinator --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.coordinator --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.device >----------- [INFO] Building org.eclipse.equinox.device 1.1.100-SNAPSHOT [424/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.device --- [INFO] The project's OSGi version is 1.1.100.v20210212-1143 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.device --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.device --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.device --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.device --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.device --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.device --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.device --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.device_1.1.100.v20210212-1143, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.device --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.device --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.device --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.device --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.device --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.device --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.device/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.device --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.device --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.device --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.metatype >---------- [INFO] Building org.eclipse.equinox.metatype 1.6.0-SNAPSHOT [425/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.metatype --- [INFO] The project's OSGi version is 1.6.0.v20210212-1143 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.metatype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.metatype --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.metatype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.metatype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.metatype --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.metatype --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.metatype_1.6.0.v20210212-1143, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.metatype --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.metatype --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.metatype --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.metatype --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.metatype --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.metatype --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.metatype --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.metatype --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.useradmin >---------- [INFO] Building org.eclipse.equinox.useradmin 1.2.100-SNAPSHOT [426/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.useradmin --- [INFO] The project's OSGi version is 1.2.100.v20210212-1143 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.useradmin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.useradmin --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.useradmin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.useradmin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.useradmin --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.useradmin --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.useradmin_1.2.100.v20210212-1143, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.useradmin --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.useradmin --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.useradmin --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.useradmin --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.useradmin --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.useradmin/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.useradmin --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.useradmin --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.useradmin --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox.feature:org.eclipse.equinox.compendium.sdk >--- [INFO] Building org.eclipse.equinox.compendium.sdk 3.22.100-SNAPSHOT [427/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.compendium.sdk --- [INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (278.04kB) [INFO] The project's OSGi version is 3.22.100.v20210726-0943 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.compendium.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.compendium.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.compendium.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.compendium.sdk/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.compendium.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.22.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.compendium.sdk --- [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.compendium.sdk:3.22.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.compendium.sdk/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.compendium.sdk --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.supplement >--------- [INFO] Building org.eclipse.equinox.supplement 1.10.200-SNAPSHOT [428/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.supplement --- [INFO] The project's OSGi version is 1.10.200.v20210726-0927 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.supplement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.supplement --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.supplement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.supplement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.supplement --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.supplement --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.supplement_1.10.200.v20210726-0927, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.supplement --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.supplement --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.supplement --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.supplement --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.supplement --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.supplement --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment >---- [INFO] Building org.eclipse.equinox.console.jaas.fragment 1.1.0-SNAPSHOT [429/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] The project's OSGi version is 1.1.0.v20210202-1256 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.jaas.fragment/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.jaas.fragment/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.jaas.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.jaas.fragment/pom.xml: 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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.jaas.fragment/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.console.ssh >--------- [INFO] Building org.eclipse.equinox.console.ssh 1.2.800-SNAPSHOT [430/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh --- [INFO] The project's OSGi version is 1.2.800.v20210114-1556 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.ssh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.console.ssh --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.console.ssh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.console.ssh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.console.ssh --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.console.ssh --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.console.ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.2.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.console.ssh --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.console.ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.xslt >------- [INFO] Building org.eclipse.equinox.transforms.xslt 1.2.0-SNAPSHOT [431/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.xslt --- [INFO] The project's OSGi version is 1.2.0.v20210202-1256 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.transforms.xslt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.transforms.xslt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.transforms.xslt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.transforms.xslt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.transforms.xslt --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.transforms.xslt --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.transforms.xslt_1.2.0.v20210202-1256, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.transforms.xslt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.transforms.xslt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.xslt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.xslt --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.xslt --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.xslt/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.transforms.xslt --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.transforms.xslt --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.xslt --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.hook >------- [INFO] Building org.eclipse.equinox.transforms.hook 1.3.0-SNAPSHOT [432/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.hook --- [INFO] The project's OSGi version is 1.3.0.v20210202-1256 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.transforms.hook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.transforms.hook --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.transforms.hook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.transforms.hook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.transforms.hook --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.transforms.hook --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.transforms.hook_1.3.0.v20210202-1256, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.transforms.hook --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.transforms.hook --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.transforms.hook/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.transforms.hook --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.transforms.hook --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.hook --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.region >----------- [INFO] Building org.eclipse.equinox.region 1.5.100-SNAPSHOT [433/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.region --- [INFO] The project's OSGi version is 1.5.100.v20210212-1143 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.region --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.region --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.region/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.region --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.region --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.region --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.region --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.region/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.region --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.region/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.region --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.region/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.region --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.region --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.region --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.region --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.region --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.region --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.region --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.region/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.region --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.region --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.region --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.log.stream >--------- [INFO] Building org.eclipse.equinox.log.stream 1.0.300-SNAPSHOT [434/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.log.stream --- [INFO] The project's OSGi version is 1.0.300.v20200828-1034 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.log.stream --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.log.stream --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.log.stream --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.log.stream --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.log.stream --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.log.stream --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.log.stream --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.log.stream --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.log.stream --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.log.stream --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.log.stream --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.log.stream --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.log.stream --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.weaving.hook >-------- [INFO] Building org.eclipse.equinox.weaving.hook 1.3.0-SNAPSHOT [435/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.hook --- [INFO] The project's OSGi version is 1.3.0.v20210202-1256 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.hook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.weaving.hook --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.weaving.hook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.weaving.hook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.weaving.hook --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.weaving.hook --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.weaving.hook_1.3.0.v20210202-1256, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.weaving.hook --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.weaving.hook --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.weaving.hook --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.weaving.hook --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.hook --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.weaving.caching >------- [INFO] Building org.eclipse.equinox.weaving.caching 1.2.0-SNAPSHOT [436/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching --- [INFO] The project's OSGi version is 1.2.0.v20210202-1256 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.caching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.weaving.caching --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.weaving.caching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.weaving.caching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.weaving.caching --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.weaving.caching --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.weaving.caching_1.2.0.v20210202-1256, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.weaving.caching --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.weaving.caching --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.caching --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.weaving.caching --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.weaving.caching --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9 >----- [INFO] Building org.eclipse.equinox.weaving.caching.j9 1.2.0-SNAPSHOT [437/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] The project's OSGi version is 1.2.0.v20210202-1256 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.weaving.caching.j9_1.2.0.v20210202-1256, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching.j9/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk >------ [INFO] Building org.eclipse.equinox.core.sdk 3.23.100-SNAPSHOT [438/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.sdk --- [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (38.47kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (114.26kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (48.31kB) [INFO] Fetching org.apache.sshd.osgi.source_2.7.0.v20210623-0618.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (1.33MB) [INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (67.32kB) [INFO] The project's OSGi version is 3.23.100.v20210823-1805 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.core.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.core.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.sdk/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.core.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.23.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.sdk --- [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.sdk/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different feature.xml: different [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.core.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.core.sdk/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.sdk --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx >---- [INFO] Building org.eclipse.equinox.launcher.cocoa.macosx 1.2.300-SNAPSHOT [439/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx/target/org.eclipse.equinox.launcher.cocoa.macosx-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox.feature:org.eclipse.equinox.executable >----- [INFO] Building org.eclipse.equinox.executable 3.8.1300-SNAPSHOT [440/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.executable --- [INFO] The project's OSGi version is 3.8.1300.v20210903-1627 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.executable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-executable-natives) @ org.eclipse.equinox.executable --- [INFO] Executing tasks [WARNING] [echo] Copy eclipse binaries to launcher binaries [INFO] [copy] Copying 7 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin [INFO] [copy] Copying /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe [INFO] [copy] Copying /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipsec.exe to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipsec.exe [INFO] [move] Moving 6 files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/launcher.exe [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.executable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.executable --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.executable --- [INFO] No baseline version MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (repack) @ org.eclipse.equinox.executable --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.1300-SNAPSHOT.jar into /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/target/tmp [WARNING] [zip] Warning: META-INF/MANIFEST.MF modified in the future. [WARNING] [zip] Warning: bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher modified in the future. [WARNING] [zip] Warning: bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher modified in the future. [WARNING] [zip] Warning: bin/gtk/linux/aarch64/launcher modified in the future. [WARNING] [zip] Warning: bin/gtk/linux/ppc64le/launcher modified in the future. [WARNING] [zip] Warning: bin/gtk/linux/x86_64/launcher modified in the future. [WARNING] [zip] Warning: bin/win32/win32/x86_64/eclipsec.exe modified in the future. [WARNING] [zip] Warning: bin/win32/win32/x86_64/launcher.exe modified in the future. [WARNING] [zip] Warning: feature.properties modified in the future. [WARNING] [zip] Warning: feature.xml modified in the future. [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.1300-SNAPSHOT.jar [INFO] Executed tasks [INFO] [INFO] --- xml-maven-plugin:1.0.2:transform (generate-extra-iu) @ org.eclipse.equinox.executable --- [INFO] Transforming file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/target/p2content.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-extra-iu) @ org.eclipse.equinox.executable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.executable --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox.feature:org.eclipse.equinox.server.core >----- [INFO] Building org.eclipse.equinox.server.core 1.14.300-SNAPSHOT [441/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.core --- [INFO] The project's OSGi version is 1.14.300.v20210823-1805 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.server.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.core/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.server.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.14.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.core --- [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.core:1.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.core/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different feature.xml: different [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.core:1.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.core/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.core --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox.feature:org.eclipse.equinox.server.p2 >------ [INFO] Building org.eclipse.equinox.server.p2 1.12.200-SNAPSHOT [442/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.p2 --- [INFO] The project's OSGi version is 1.12.200.v20210830-0925 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.p2/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.server.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.p2/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.server.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.p2/target/org.eclipse.equinox.server.p2-1.12.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.p2 --- [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.p2:1.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.p2/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.p2 --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox.feature:org.eclipse.equinox.serverside.sdk >--- [INFO] Building org.eclipse.equinox.serverside.sdk 3.23.100-SNAPSHOT [443/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.serverside.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.serverside.sdk --- [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (129.79kB) [INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (177.52kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (57.06kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (321.04kB) [INFO] Fetching org.eclipse.jetty.http.source_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (141.03kB) [INFO] Fetching org.eclipse.jetty.io.source_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (108.96kB) [INFO] Fetching org.eclipse.jetty.security.source_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (91.75kB) [INFO] Fetching org.eclipse.jetty.server.source_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (444.34kB) [INFO] Fetching org.eclipse.jetty.servlet.source_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (93.29kB) [INFO] Fetching org.eclipse.jetty.util.source_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (358.83kB) [INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.6.jar from https://download.eclipse.org/eclipse/jetty/10.0.6/plugins/ (42.61kB) [INFO] The project's OSGi version is 3.23.100.v20210830-0925 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.serverside.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.serverside.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.serverside.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.serverside.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.serverside.sdk --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.serverside.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.serverside.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.serverside.sdk/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.serverside.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.serverside.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.serverside.sdk/target/org.eclipse.equinox.serverside.sdk-3.23.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.serverside.sdk --- [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.serverside.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.serverside.sdk/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.serverside.sdk --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.serverside.sdk --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox.feature:org.eclipse.equinox.sdk >--------- [INFO] Building org.eclipse.equinox.sdk 3.23.100-SNAPSHOT [444/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.sdk --- [INFO] The project's OSGi version is 3.23.100.v20210903-1627 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.sdk/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.sdk --- [INFO] No baseline version MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.sdk:3.23.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.sdk/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.sdk --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox.feature:org.eclipse.equinox.server.simple >---- [INFO] Building org.eclipse.equinox.server.simple 1.7.100-SNAPSHOT [445/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.simple --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.simple/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.server.simple --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.simple/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.server.simple --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.simple/target/org.eclipse.equinox.server.simple-1.7.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.simple --- [INFO] No baseline version MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/features/org.eclipse.equinox.server.simple/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.simple --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.bidi.tests >--------- [INFO] Building org.eclipse.equinox.bidi.tests 1.3.0-SNAPSHOT [446/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi.tests --- [INFO] The project's OSGi version is 1.3.0.v20210723-1952 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.bidi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.bidi.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.bidi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.bidi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.bidi.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.bidi.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.bidi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.tests/pom.xml: 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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi.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:2.4.0:test (default-test) @ org.eclipse.equinox.bidi.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi.tests --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.cm.test >----------- [INFO] Building org.eclipse.equinox.cm.test 1.1.100-SNAPSHOT [447/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm.test --- [INFO] The project's OSGi version is 1.1.100.v20210602-1709 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.cm.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.cm.test --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.cm.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.cm.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.cm.test --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm.test/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.cm.test --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.cm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.cm.test/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.equinox.cm.test --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm.test --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.common.tests >-------- [INFO] Building org.eclipse.equinox.common.tests 3.15.0-SNAPSHOT [448/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common.tests --- [INFO] The project's OSGi version is 3.15.0.v20210723-1137 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.common.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.common.tests --- [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.common.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/pom.xml: 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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.common.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:2.4.0:test (default-test) @ org.eclipse.equinox.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common.tests --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.ds.tests >---------- [INFO] Building org.eclipse.equinox.ds.tests 1.6.0-SNAPSHOT [449/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.ds.tests --- [INFO] The project's OSGi version is 1.6.0.v20210202-1157 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.ds.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.ds.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.ds.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.ds.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.ds.tests --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/classes [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb3.jar-classes [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb4.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb5.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb6.jar-classes [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb7.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb8.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb9.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb10.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb11.jar-classes [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb12.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb13.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb14.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb15.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb16.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/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/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb20.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb22.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb23.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb24.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb25.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb26.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb27.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.ds.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb3.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb4.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb5.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb6.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb7.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb8.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb9.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb10.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb11.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb12.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb13.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb14.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb15.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb16.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb17.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb18.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb19.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb20.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb21.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb21a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb22.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb23.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb24.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb25.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb26.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/scr_test/tb27.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.ds.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/pom.xml: 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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.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:2.4.0:test (default-test) @ org.eclipse.equinox.ds.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.ds.tests --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.preferences.tests >------ [INFO] Building org.eclipse.equinox.preferences.tests 3.9.0-SNAPSHOT [450/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences.tests --- [INFO] The project's OSGi version is 3.9.0.v20210202-1256 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.preferences.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.preferences.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.preferences.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.preferences.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.preferences.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.preferences.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.preferences.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.tests/pom.xml: 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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences.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:2.4.0:test (default-test) @ org.eclipse.equinox.preferences.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences.tests --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.tests >------- [INFO] Building org.eclipse.equinox.security.tests 1.2.100-SNAPSHOT [451/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.tests --- [INFO] The project's OSGi version is 1.2.100.v20210625-1931 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.security.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.security.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.security.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.security.tests --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.security.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.security.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.tests/pom.xml: 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.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.security.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:2.4.0:test (default-test) @ org.eclipse.equinox.security.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.tests --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests >------ [INFO] Building org.eclipse.equinox.console.ssh.tests 1.1.0-SNAPSHOT [452/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh.tests --- [INFO] The project's OSGi version is 1.1.0.v20200810-0901 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.console.tests >-------- [INFO] Building org.eclipse.equinox.console.tests 1.1.0-SNAPSHOT [453/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.tests --- [INFO] The project's OSGi version is 1.1.0.v20200810-0901 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.console.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.console.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.console.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.console.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.console.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.console.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/target/org.eclipse.equinox.console.tests-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/target/org.eclipse.equinox.console.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.equinox.console.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.tests --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests >----- [INFO] Building org.eclipse.equinox.http.servlet.tests 1.8.200-SNAPSHOT [454/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet.tests --- [INFO] The project's OSGi version is 1.8.200.v20210311-1631 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/target/classes [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb2.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.8.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/bundles_bin/tb1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/bundles_bin/tb2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.8.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml: 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.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.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:2.4.0:test (default-test) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.servletbridge.template >--- [INFO] Building org.eclipse.equinox.servletbridge.template 1.0.300-SNAPSHOT [455/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.servletbridge.template --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.servletbridge.template --- [INFO] The project's OSGi version is 1.0.300.v20200717-0932 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.servletbridge.template --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.servletbridge.template --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.servletbridge.template --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge.template/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.servletbridge.template --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.servletbridge.template --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.servletbridge.template --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.servletbridge.template --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge.template/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.servletbridge.template --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge.template/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.servletbridge.template --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.servletbridge.template --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.servletbridge.template --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.servletbridge.template --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.servletbridge.template --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.servletbridge.template --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.servletbridge.template --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge.template/target/org.eclipse.equinox.servletbridge.template-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.servletbridge.template --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge.template:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge.template/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.servletbridge.template --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.servletbridge.template --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.servletbridge.template --- [INFO] Skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.slf4j.stub >--------- [INFO] Building org.eclipse.equinox.slf4j.stub 1.1.0-SNAPSHOT [456/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.slf4j.stub --- [INFO] The project's OSGi version is 1.1.0.v20210202-1157 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.slf4j.stub --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.slf4j.stub/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.slf4j.stub --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.slf4j.stub --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.slf4j.stub/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.slf4j.stub --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.slf4j.stub/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.slf4j.stub --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.slf4j.stub --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.slf4j.stub --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.slf4j.stub/target/org.eclipse.equinox.slf4j.stub-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.slf4j.stub --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.slf4j.stub/target/org.eclipse.equinox.slf4j.stub-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.bundles/bundles/org.eclipse.equinox.slf4j.stub/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.slf4j.stub --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.slf4j.stub --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.slf4j.stub --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.osgi:org.eclipse.osgi.tests >--------------- [INFO] Building org.eclipse.osgi.tests 3.16.400-SNAPSHOT [457/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.tests --- [INFO] The project's OSGi version is 3.16.400.v20210830-1321 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.osgi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.osgi.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.osgi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.osgi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.osgi.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.b.jar-classes [INFO] Compiling 188 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.d.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.c.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.b.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.a.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/circularity.test.a.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/circularity.test.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.a.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.b.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.c.jar-classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.a.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.b.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.c.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.d.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.e.jar-classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.c.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.d.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/host.multiple.exports.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/frag.multiple.exports.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/client1.multiple.exports.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/client2.multiple.exports.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test3.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.importer.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.requires.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.importer.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer2.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.frag.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.e.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.i.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.j.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.k.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.l.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.m.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.filter.a.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.client.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.c.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.tccl.jar-classes [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug287750.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.logging.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/geturl.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug375784.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/storage.hooks.a.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.hooks.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug412228.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/classloader.hooks.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.host.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/wrapper.hooks.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.user.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug471551.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamicimport.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamic.privateimport.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.b.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.a.jar-classes [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/mrBundleInputBase.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/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/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.x.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.y.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.osgi.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.16.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.v2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.require.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/thread.locktest.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.invalid.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/host.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/frag.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/client1.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/client2.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test3.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.requires.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer3.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer4.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment3.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment4.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment5.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.g.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.h.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.i.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.j.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.k.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.l.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.m.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.n.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.p.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.q.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/security.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.filter.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.client.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.update.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.tccl.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.manifestpackage.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug286307.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287750.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.logging.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/geturl.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug375784.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/storage.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/activator.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug412228.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.osgiee.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/classloader.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.host.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.global.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.system.nls.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug449484.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/wrapper.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.user.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug471551.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamicimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamic.privateimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/mrBundleInputBase.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error3.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error4.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.x.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.y.jar [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.16.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.tests --- [WARNING] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.tests/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.framework/bundles/org.eclipse.osgi.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:2.4.0:test (default-test) @ org.eclipse.osgi.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.tests --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.test >----- [INFO] Building org.eclipse.equinox.frameworkadmin.test 1.3.0-SNAPSHOT [458/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] The project's OSGi version is 1.3.0.v20210426-1055 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin.test --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.test:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.test:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/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:2.4.0:test (default-test) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.p2.discovery >-------- [INFO] Building org.eclipse.equinox.p2.discovery 1.2.0-SNAPSHOT [459/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.discovery --- [INFO] The project's OSGi version is 1.2.0.v20210315-2042 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.discovery --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.discovery --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.discovery --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.discovery --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.discovery --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/org.eclipse.equinox.p2.discovery-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/org.eclipse.equinox.p2.discovery-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.discovery --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.discovery --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.discovery --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.discovery --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.p2.discovery.compatibility >-- [INFO] Building org.eclipse.equinox.p2.discovery.compatibility 1.2.100-SNAPSHOT [460/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] The project's OSGi version is 1.2.100.v20210316-1209 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.discovery.compatibility_1.2.100.v20210316-1209, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/org.eclipse.equinox.p2.discovery.compatibility-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/org.eclipse.equinox.p2.discovery.compatibility-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery.compatibility:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.p2.installer >-------- [INFO] Building org.eclipse.equinox.p2.installer 1.3.200-SNAPSHOT [461/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.installer --- [INFO] The project's OSGi version is 1.3.200.v20210427-2002 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.installer --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.installer --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.installer --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.installer_1.3.200.v20210427-2002, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.installer --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.installer --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/org.eclipse.equinox.p2.installer-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/org.eclipse.equinox.p2.installer-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.installer --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.installer:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.installer --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.installer --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.installer --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.p2.ui.admin >--------- [INFO] Building org.eclipse.equinox.p2.ui.admin 1.2.0-SNAPSHOT [462/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.admin --- [INFO] The project's OSGi version is 1.2.0.v20210114-1210 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.ui.admin_1.2.0.v20210114-1210, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/org.eclipse.equinox.p2.ui.admin-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/org.eclipse.equinox.p2.ui.admin-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.admin --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.admin:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.p2.ui.admin.rcp >------- [INFO] Building org.eclipse.equinox.p2.ui.admin.rcp 1.3.100-SNAPSHOT [463/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] The project's OSGi version is 1.3.100.v20210427-2002 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.ui.admin.rcp_1.3.100.v20210427-2002, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/org.eclipse.equinox.p2.ui.admin.rcp-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/org.eclipse.equinox.p2.ui.admin.rcp-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.admin.rcp:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.p2.ui.discovery >------- [INFO] Building org.eclipse.equinox.p2.ui.discovery 1.2.300-SNAPSHOT [464/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.ui.discovery:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.p2.discovery.feature >---- [INFO] Building org.eclipse.equinox.p2.discovery.feature 1.2.1000-SNAPSHOT [465/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] The project's OSGi version is 1.2.1000.v20210813-0655 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target/org.eclipse.equinox.p2.discovery.feature-1.2.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery.feature:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target/org.eclipse.equinox.p2.discovery.feature-1.2.1000-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.discovery.feature:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.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] [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.p2.sdk >----------- [INFO] Building org.eclipse.equinox.p2.sdk 3.11.1300-SNAPSHOT [466/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.sdk --- [INFO] Fetching org.eclipse.ecf.source_3.9.102.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (102.79kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (53.08kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/features/ (21.02kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (13.64kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/features/ (21.07kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (76.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.700.v20210618-0642.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (86.03kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1800.v20210618-0642.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/features/ (29.23kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.401.v20210512-0614.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (52.58kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (374.24kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (85.46kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.13.v20210128-2225.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (966.92kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.14.v20210128-2225.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (431.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/features/ (29.39kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/features/ (25.15kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.400.v20210410-0052.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (19.9kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/rt/ecf/3.14.22/site.p2/3.14.22.v20210618-0642/plugins/ (163.15kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (912.59kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.13.v20210128-2225.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (29.93kB) [INFO] The project's OSGi version is 3.11.1300.v20210830-0925 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.p2.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/target/org.eclipse.equinox.p2.sdk-3.11.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.sdk:3.11.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.sdk --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.p2.tests.reconciler.product >-- [INFO] Building org.eclipse.equinox.p2.tests.reconciler.product 1.1.0-SNAPSHOT [467/495] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] The project's OSGi version is 1.1.0.v20210903-1204 [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] Published profile IUs: [config.a.jre.javase 17.0.0, a.jre.javase 17.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-products (default-publish-products) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-categories (default-publish-categories) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:archive-repository (default-archive-repository) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/org.eclipse.equinox.p2.tests.reconciler.product-1.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:2.4.0:materialize-products (materialize-products) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.v20210903-1204. Operation completed in 2329 ms. [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment linux/gtk/ppc64le to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.v20210903-1204. Operation completed in 2218 ms. [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.v20210903-1204. Operation completed in 2467 ms. [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.v20210903-1204. Operation completed in 2015 ms. [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.v20210903-1204. Operation completed in 1946 ms. [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.v20210903-1204. Operation completed in 2035 ms. [INFO] [INFO] --- tycho-p2-director-plugin:2.4.0:archive-products (archive-products) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] Building tar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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 zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler-macosx.cocoa.aarch64.zip [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests.reconciler.product --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.p2.tests.verifier >------ [INFO] Building org.eclipse.equinox.p2.tests.verifier 1.3.0-SNAPSHOT [468/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] The project's OSGi version is 1.3.0.v20201009-0830 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.verifier --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests.verifier --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.verifier:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.verifier:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/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:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.p2.tests >---------- [INFO] Building org.eclipse.equinox.p2.tests 1.8.400-SNAPSHOT [469/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests --- [INFO] The project's OSGi version is 1.8.400.v20210824-0944 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.tests --- [INFO] Compiling 543 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.8.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.8.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests:1.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests:1.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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 are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.equinox.p2.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests --- [INFO] Skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.p2.tests.discovery >----- [INFO] Building org.eclipse.equinox.p2.tests.discovery 1.3.0-SNAPSHOT [470/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] The project's OSGi version is 1.3.0.v20210316-1209 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.p2.tests.discovery_1.3.0.v20210316-1209, -project, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery, -binary, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/classes, -target, /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.discovery --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests.discovery --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.discovery:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.discovery:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/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:2.4.0:test (default-test) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.p2.tests.ui >--------- [INFO] Building org.eclipse.equinox.p2.tests.ui 1.3.200-SNAPSHOT [471/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests.ui --- [INFO] The project's OSGi version is 1.3.200.v20210414-1637 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/org.eclipse.equinox.p2.tests.ui-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/org.eclipse.equinox.p2.tests.ui-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests.ui --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/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:2.4.0:test (default-test) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Skipped [INFO] [INFO] -------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples >------- [INFO] Building org.eclipse.equinox.p2.examples 4.21.0-SNAPSHOT [472/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.cloud >-- [INFO] Building org.eclipse.equinox.p2.examples.rcp.cloud 1.2.0-SNAPSHOT [473/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] The project's OSGi version is 1.2.0.v20210116-1855 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') 6 problems (6 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/target/org.eclipse.equinox.p2.examples.rcp.cloud-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/target/org.eclipse.equinox.p2.examples.rcp.cloud-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.cloud:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.cloud/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.cloud --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.discovery >-- [INFO] Building org.eclipse.equinox.p2.examples.rcp.discovery 2.2.0-SNAPSHOT [474/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] The project's OSGi version is 2.2.0.v20210116-1855 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') 6 problems (6 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/org.eclipse.equinox.p2.examples.rcp.discovery-2.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/org.eclipse.equinox.p2.examples.rcp.discovery-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.discovery:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate >-- [INFO] Building org.eclipse.equinox.p2.examples.rcp.prestartupdate 1.2.0-SNAPSHOT [475/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] The project's OSGi version is 1.2.0.v20210116-1855 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/classes [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') 8 problems (8 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/org.eclipse.equinox.p2.examples.rcp.prestartupdate-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/org.eclipse.equinox.p2.examples.rcp.prestartupdate-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility >-- [INFO] Building org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility 1.2.0-SNAPSHOT [476/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] The project's OSGi version is 1.2.0.v20201106-1301 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates >-- [INFO] Building org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates 1.2.0-SNAPSHOT [477/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] The project's OSGi version is 1.2.0.v20201106-1301 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.sdkui >---- [INFO] Building org.eclipse.equinox.p2.examples.rcp.sdkui 1.2.0-SNAPSHOT [478/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] The project's OSGi version is 1.2.0.v20210116-1855 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/org.eclipse.equinox.p2.examples.rcp.sdkui-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/org.eclipse.equinox.p2.examples.rcp.sdkui-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.examples.rcp.sdkui:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.ant:org.eclipse.ant.optional.junit >----------- [INFO] Building org.eclipse.ant.optional.junit 3.3.300-SNAPSHOT [479/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0: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:2.4.0:validate-id (default-validate-id) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.ant.optional.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.ant.optional.junit --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ant.optional.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.ant.optional.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ant.optional.junit --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ant.optional.junit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.ant.optional.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.ant.optional.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0: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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.ant.optional.junit --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ant.optional.junit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.optional.junit --- [INFO] Skipped [INFO] [INFO] ------------< org.eclipse.releng:org.eclipse.releng.tests >------------- [INFO] Building org.eclipse.releng.tests 3.5.100-SNAPSHOT [480/495] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.releng.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.releng.tests --- [INFO] The project's OSGi version is 3.5.100.v20210311-1515 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.releng.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.releng.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.releng.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.releng.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.releng.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.releng.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.releng.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.releng.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.releng.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.tests/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.releng.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.releng.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.releng.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.tests/target/org.eclipse.releng.tests-3.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.releng.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.tests/target/org.eclipse.releng.tests-3.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.releng.tests --- [WARNING] MavenProject: org.eclipse.releng:org.eclipse.releng.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.releng:org.eclipse.releng.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.releng.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:2.4.0:test (default-test) @ org.eclipse.releng.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.releng.tests --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.sdk:org.eclipse.sdk.examples >-------------- [INFO] Building org.eclipse.sdk.examples 4.21.0-SNAPSHOT [481/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.sdk.examples --- [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.sdk.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.sdk.examples --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.sdk.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.sdk.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.sdk.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.sdk.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.sdk.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/target/org.eclipse.sdk.examples-4.21.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.sdk.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.sdk.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/target/org.eclipse.sdk.examples-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk.examples --- [INFO] No baseline version MavenProject: org.eclipse.sdk:org.eclipse.sdk.examples:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.sdk.examples --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.sdk.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.examples --- [INFO] Skipped [INFO] [INFO] ---------------< org.eclipse.sdk:org.eclipse.sdk.tests >---------------- [INFO] Building org.eclipse.sdk.tests 4.21.0-SNAPSHOT [482/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.sdk.tests --- [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.sdk.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.sdk.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.sdk.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.sdk.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.sdk.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.sdk.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.sdk.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.sdk.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/target/org.eclipse.sdk.tests-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk.tests --- [INFO] No baseline version MavenProject: org.eclipse.sdk:org.eclipse.sdk.tests:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.sdk.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.sdk.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.tests --- [INFO] Skipped [INFO] [INFO] -----------------< org.eclipse.test:org.eclipse.test >------------------ [INFO] Building org.eclipse.test 3.4.800-SNAPSHOT [483/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.test --- [INFO] The project's OSGi version is 3.4.800.v20210428-1559 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.test --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.test --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.test --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.test --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test/target/org.eclipse.test-3.4.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test/target/org.eclipse.test-3.4.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test --- [INFO] MavenProject: org.eclipse.test:org.eclipse.test:3.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.test --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.test:org.eclipse.test.performance.win32 >--------- [INFO] Building org.eclipse.test.performance.win32 3.1.400-SNAPSHOT [484/495] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.test.performance.win32 --- [INFO] The project's OSGi version is 3.1.400.v20200911-1853 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.test.performance.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.test.performance.win32 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.test.performance.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.test.performance.win32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.test.performance.win32 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.test.performance.win32 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.test.performance.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/target/org.eclipse.test.performance.win32-3.1.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test.performance.win32 --- [INFO] MavenProject: org.eclipse.test:org.eclipse.test.performance.win32:3.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.test.performance.win32 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.test.performance.win32 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test.performance.win32 --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.sdk.feature:org.eclipse.sdk >--------------- [INFO] Building org.eclipse.sdk.feature 4.21.0-SNAPSHOT [485/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sdk --- [INFO] Fetching org.eclipse.emf.common.source_2.23.0.v20210618-0700.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (218.87kB) [INFO] Fetching org.eclipse.emf.common.source_2.23.0.v20210618-0700.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.25.0.v20210816-0937.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (820.36kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (90.79kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/plugins/ (151.54kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.25.0.v20210816-0937.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/features/ (20.29kB) [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.sdk --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk/target/org.eclipse.sdk-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk --- [INFO] No baseline version MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk --- [INFO] Skipped [INFO] [INFO] ----------< org.eclipse.sdk.feature:org.eclipse.sdk.examples >---------- [INFO] Building org.eclipse.sdk.examples.feature 4.21.0-SNAPSHOT [486/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.sdk.examples --- [INFO] Deleting /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sdk.examples --- [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.sdk.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.sdk.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.sdk.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/target/org.eclipse.sdk.examples-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.sdk.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/target/org.eclipse.sdk.examples-4.21.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.sdk.examples --- [INFO] No baseline version MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.examples:4.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.examples --- [INFO] Skipped [INFO] [INFO] -------------< org.eclipse.test.feature:org.eclipse.test >-------------- [INFO] Building org.eclipse.test.feature 3.7.1600-SNAPSHOT [487/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.test --- [INFO] The project's OSGi version is 3.7.1600.v20210729-0440 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.test-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.test --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.test-feature/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.test-feature/target/org.eclipse.test-3.7.1600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test --- [INFO] MavenProject: org.eclipse.test.feature:org.eclipse.test:3.7.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.test --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.sdk.feature:org.eclipse.sdk.tests >------------ [INFO] Building org.eclipse.sdk.tests.feature 4.21.0-SNAPSHOT [488/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sdk.tests --- [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (10.06kB) [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.sdk.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.sdk.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.tests/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.sdk.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.tests/target/org.eclipse.sdk.tests-4.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng/features/org.eclipse.sdk.tests/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.tests --- [INFO] Skipped [INFO] [INFO] --< eclipse.platform.releng.tychoeclipsebuilder:eclipse.platform.releng.tychoeclipsebuilder >-- [INFO] Building eclipse.platform.releng.tychoeclipsebuilder 4.21.0-SNAPSHOT [489/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] Skipped [INFO] [INFO] ----< org.eclipse.rcp.configuration:org.eclipse.rcp.configuration >----- [INFO] Building org.eclipse.rcp.configuration 1.1.1400-SNAPSHOT [490/495] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcp.configuration --- [INFO] The project's OSGi version is 1.1.1400.v20210903-1849 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.rcp.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.rcp.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.rcp.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/target/org.eclipse.rcp.configuration-1.1.1400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcp.configuration --- [INFO] No baseline version MavenProject: org.eclipse.rcp.configuration:org.eclipse.rcp.configuration:1.1.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rcp.configuration --- [INFO] Skipped [INFO] [INFO] --< eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rt.osgistarterkit.product >-- [INFO] Building org.eclipse.rt.osgistarterkit.product 4.21.0-SNAPSHOT [491/495] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rt.osgistarterkit.product --- [INFO] The project's OSGi version is 4.21.0.I20210903-1849 [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] Published profile IUs: [config.a.jre.javase 17.0.0, a.jre.javase 17.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-products (default-publish-products) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-categories (default-publish-categories) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:archive-repository (default-archive-repository) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/org.eclipse.rt.osgistarterkit.product-4.21.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:2.4.0:materialize-products (materialize-products) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.21.0.I20210903-1849. Operation completed in 884 ms. [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.21.0.I20210903-1849. Operation completed in 1132 ms. [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.21.0.I20210903-1849. Operation completed in 797 ms. [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.21.0.I20210903-1849. Operation completed in 836 ms. [INFO] [INFO] --- tycho-p2-director-plugin:2.4.0:archive-products (archive-products) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Building tar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Skipped [INFO] [INFO] ------< eclipse.platform.releng.tychoeclipsebuilder:equinox-sdk >------- [INFO] Building equinox-sdk 4.21.0-SNAPSHOT [492/495] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ equinox-sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ equinox-sdk --- [INFO] The project's OSGi version is 4.21.0.I20210903-1849 [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ equinox-sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ equinox-sdk --- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ equinox-sdk --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ equinox-sdk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ equinox-sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ equinox-sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ equinox-sdk --- [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] Published profile IUs: [config.a.jre.javase 17.0.0, a.jre.javase 17.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-products (default-publish-products) @ equinox-sdk --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-categories (default-publish-categories) @ equinox-sdk --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts) @ equinox-sdk --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:assemble-repository (default-assemble-repository) @ equinox-sdk --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ equinox-sdk --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:archive-repository (default-archive-repository) @ equinox-sdk --- [INFO] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/target/equinox-sdk-4.21.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ equinox-sdk --- [INFO] Skipped [INFO] [INFO] --< eclipse.platform.releng.tychoeclipsebuilder:eclipse-junit-tests >--- [INFO] Building eclipse-junit-tests 4.21.0-SNAPSHOT [493/495] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-junit-tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse-junit-tests --- [INFO] The project's OSGi version is 4.21.0.v20210903-1849 [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse-junit-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse-junit-tests --- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ eclipse-junit-tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ eclipse-junit-tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-junit-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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.2.0:resources (filter-resources) @ eclipse-junit-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ eclipse-junit-tests --- [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] Published profile IUs: [config.a.jre.javase 17.0.0, a.jre.javase 17.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-products (default-publish-products) @ eclipse-junit-tests --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-categories (default-publish-categories) @ eclipse-junit-tests --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts) @ eclipse-junit-tests --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:assemble-repository (default-assemble-repository) @ eclipse-junit-tests --- [INFO] Copying resources from /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/classes to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/repository [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse-junit-tests --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:archive-repository (default-archive-repository) @ eclipse-junit-tests --- [INFO] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-junit-tests.zip [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:mirror (default) @ eclipse-junit-tests --- [INFO] Mirroring to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.4.800.v20210428-1559 to osgi.bundle; org.apache.ant 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.eclipse.ui [3.112.0,4.0.0).; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.eclipse.ui.ide.application 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.eclipse.equinox.app 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.junit.jupiter.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.junit.platform.commons 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.junit.platform.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.junit.platform.launcher 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.junit.vintage.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.test.performance 3.18.0.v20210623-0710 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.12.100.v20210621-0954 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.opentest4j [1.2.0,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons.annotation [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons.function [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons.logging [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons.support [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons.util [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.apiguardian.api [1.1.0,2.0.0).] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.9.0.v20181106-1534 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.9.0.v20181106-1534) Mirroring: osgi.bundle,org.objenesis,2.6.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.objenesis,2.6.0.v20180420-1519) Mirroring: osgi.bundle,org.junit.jupiter.api,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.api,5.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit,4.13.0.v20200204-1500 (Descriptor: canonical: osgi.bundle,org.junit,4.13.0.v20200204-1500) Mirroring: osgi.bundle,org.assertj,3.20.2.v20210706-1104 (Descriptor: canonical: osgi.bundle,org.assertj,3.20.2.v20210706-1104) Mirroring: osgi.bundle,org.eclipse.test.performance,3.18.0.v20210623-0710 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance,3.18.0.v20210623-0710) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.9.0.v20181107-1410 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.9.0.v20181107-1410) Mirroring: osgi.bundle,org.eclipse.core.tests.harness,3.12.100.v20210621-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.harness,3.12.100.v20210621-0954) Mirroring: osgi.bundle,org.easymock,2.4.0.v20090202-0900 (Descriptor: canonical: osgi.bundle,org.easymock,2.4.0.v20090202-0900) Mirroring: osgi.bundle,org.eclipse.test,3.4.800.v20210428-1559 (Descriptor: canonical: osgi.bundle,org.eclipse.test,3.4.800.v20210428-1559) 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: org.eclipse.update.feature,org.eclipse.test,3.7.1600.v20210729-0440 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.test,3.7.1600.v20210729-0440) Mirroring: osgi.bundle,org.eclipse.test.performance.win32,3.1.400.v20200911-1853 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance.win32,3.1.400.v20200911-1853) Mirroring: osgi.bundle,org.eclipse.test.source,3.4.800.v20210428-1559 (Descriptor: canonical: osgi.bundle,org.eclipse.test.source,3.4.800.v20210428-1559) 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.hamcrest.library,1.3.0.v20180524-2246 (Descriptor: canonical: osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246) Mirroring: osgi.bundle,org.mockito,2.23.0.v20200310-1642 (Descriptor: canonical: osgi.bundle,org.mockito,2.23.0.v20200310-1642) [INFO] [INFO] --- eclipse-cbi-plugin:1.3.1:plugin-versions (plugin-versions) @ eclipse-junit-tests --- [INFO] [INFO] --- eclipse-cbi-plugin:1.3.1:test-properties (test-properties) @ eclipse-junit-tests --- [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ eclipse-junit-tests --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-junit-tests-bundle.zip [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-junit-tests --- [INFO] Skipped [INFO] [INFO] ------< eclipse.platform.repository:eclipse.platform.repository >------- [INFO] Building eclipse.platform.repository 4.21.0-SNAPSHOT [494/495] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse.platform.repository --- [INFO] The project's OSGi version is 4.21.0.I20210903-1849 [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipse.platform.repository --- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ eclipse.platform.repository --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:mirror (mirror-build) @ eclipse.platform.repository --- [INFO] Mirroring to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository... [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.text.tests 3.13.100.v20210629-1413 to osgi.bundle; org.eclipse.core.commands [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.text.tests 3.13.100.v20210629-1413 to osgi.bundle; org.eclipse.core.runtime [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.text.tests 3.13.100.v20210629-1413 to osgi.bundle; org.eclipse.text [3.6.3,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 to osgi.bundle; org.eclipse.pde.api.tools 1.0.600.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 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.2.400.v20210714-0905 to osgi.bundle; org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 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.2.400.v20210714-0905 to osgi.bundle; org.eclipse.pde.api.tools.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 to osgi.bundle; org.eclipse.text 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 to osgi.bundle; org.eclipse.pde.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 to osgi.bundle; org.eclipse.core.filebuffers 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 to osgi.bundle; org.eclipse.ltk.core.refactoring 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 to osgi.bundle; org.eclipse.ant.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.2.400.v20210714-0905 to java.package; org.eclipse.equinox.frameworkadmin 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.10.0.v20210628-1522 to osgi.bundle; org.eclipse.core.databinding [1.3.0,2.0.0).; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.10.0.v20210628-1522 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.10.0.v20210628-1522 to osgi.bundle; org.eclipse.jface 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.10.0.v20210628-1522 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.10.0.v20210628-1522 to osgi.bundle; org.eclipse.core.databinding.beans 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.10.0.v20210628-1522 to osgi.bundle; org.eclipse.jface.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.10.0.v20210628-1522 to osgi.bundle; org.eclipse.core.databinding.property 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.runtime 3.20.0.v20210723-1034 to osgi.bundle; org.eclipse.core.runtime 3.19.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.eclipse.core.internal.preferences 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.eclipse.core.runtime 3.5.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.eclipse.core.runtime.jobs 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.eclipse.core.runtime.preferences 3.3.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.eclipse.osgi.service.urlconversion 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.osgi.framework 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.osgi.service.cm 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.osgi.service.component 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.osgi.service.log 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.osgi.service.permissionadmin 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.osgi.service.prefs 1.1.1.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.0.v20210202-1256 to java.package; org.osgi.util.tracker 1.4.2.; Unable to satisfy dependency from org.eclipse.tests.urischeme 1.1.0.v20210621-1134 to osgi.bundle; org.eclipse.urischeme 1.1.100.; Unable to satisfy dependency from org.eclipse.jdt.compiler.apt.tests 1.2.0.v20210823-1758 to osgi.bundle; org.eclipse.jdt.core 3.27.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.apt.tests 1.2.0.v20210823-1758 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.apt.tests 1.2.0.v20210823-1758 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jsch.tests 1.1.600.v20200916-0731 to osgi.bundle; org.eclipse.core.runtime 0.0.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.equinox.frameworkadmin.test 1.3.0.v20210426-1055 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.3.0.v20210426-1055 to osgi.bundle; org.eclipse.equinox.frameworkadmin 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.3.0.v20210426-1055 to osgi.bundle; org.eclipse.equinox.frameworkadmin.equinox 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.3.0.v20210426-1055 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.3.0.v20210426-1055 to java.package; org.osgi.framework 1.4.0.; Unable to satisfy dependency from org.eclipse.ui.tests.forms 3.9.100.v20210628-1522 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.forms 3.9.100.v20210628-1522 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.forms 3.9.100.v20210628-1522 to osgi.bundle; org.eclipse.ui.forms 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.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.help 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.help.base 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.help.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.help.webapp 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.ui.cheatsheets 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.ui.intro 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.ui.intro.universal 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.ui.forms 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.ui.browser 3.2.300.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.equinox.jsp.jasper 1.0.200.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.eclipse.equinox.jsp.jasper.registry 1.0.100.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.apache.lucene.analyzers-common 8.4.1.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.apache.lucene.analyzers-smartcn 8.4.1.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to osgi.bundle; org.apache.lucene.core 8.4.1.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to java.package; javax.servlet 3.1.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.5.100.v20210428-1756 to java.package; javax.servlet.http 3.1.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to osgi.bundle; org.eclipse.core.commands 3.5.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to osgi.bundle; org.eclipse.e4.ui.bindings 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to osgi.bundle; org.eclipse.swt 3.6.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to java.package; javax.inject 1.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to java.package; org.eclipse.e4.core.commands 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to java.package; org.eclipse.e4.ui.internal.services 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to java.package; org.eclipse.e4.ui.services 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to java.package; org.eclipse.jface.bindings 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to java.package; org.eclipse.jface.bindings.keys 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to java.package; org.eclipse.jface.bindings.keys.formatting 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to java.package; org.osgi.framework 1.5.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to java.package; org.osgi.service.log 1.3.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.13.0.v20210111-1226 to java.package; org.osgi.service.packageadmin 1.2.0.; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.core.runtime [3.6.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.jface [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.ui.editors [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.ui.workbench [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.core.resources [3.14.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.ui.ide [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.core.filesystem 1.7.0.; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.e4.ui.model.workbench 1.3.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.6.200.v20210628-1522 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.6.200.v20210628-1522 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.6.200.v20210628-1522 to osgi.bundle; org.eclipse.ui.navigator 3.8.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.6.200.v20210628-1522 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.6.200.v20210628-1522 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.6.200.v20210628-1522 to osgi.bundle; org.eclipse.ui.workbench 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.6.200.v20210628-1522 to osgi.bundle; org.eclipse.ui.navigator.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.6.200.v20210628-1522 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.search.tests 3.10.0.v20210118-0823 to osgi.bundle; org.eclipse.ui [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.10.0.v20210118-0823 to osgi.bundle; org.eclipse.ui.ide [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.10.0.v20210118-0823 to osgi.bundle; org.eclipse.search [3.5.100,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.10.0.v20210118-0823 to osgi.bundle; org.eclipse.core.runtime [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.10.0.v20210118-0823 to osgi.bundle; org.eclipse.core.resources [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.10.0.v20210118-0823 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.10.0.v20210118-0823 to osgi.bundle; org.eclipse.jface.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.10.0.v20210118-0823 to osgi.bundle; org.eclipse.ui.editors [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.10.0.v20210118-0823 to osgi.bundle; org.eclipse.ltk.core.refactoring [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; javax.servlet 2.6.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; javax.servlet.http 2.6.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.eclipse.equinox.http.jetty 1.4.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.eclipse.equinox.http.servlet 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 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.200.v20210311-1631 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.200.v20210311-1631 to java.package; org.eclipse.osgi.service.urlconversion 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.osgi.framework 1.6.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.osgi.framework.hooks.service 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.osgi.framework.wiring 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.osgi.resource 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.osgi.service.component 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.osgi.service.http 1.2.1.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.osgi.service.http.context 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.osgi.service.http.runtime 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 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.200.v20210311-1631 to java.package; org.osgi.service.http.whiteboard 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.200.v20210311-1631 to java.package; org.osgi.util.tracker 1.5.0.; Unable to satisfy dependency from org.eclipse.core.tests.net 1.5.0.v20210424-1942 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.0.v20210424-1942 to osgi.bundle; org.eclipse.core.net [1.0.0,2.0.0).; Unable to satisfy dependency from org.eclipse.ui.tests.harness 1.8.0.v20210111-1217 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.harness 1.8.0.v20210111-1217 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.harness 1.8.0.v20210111-1217 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.tests 3.5.0.v20210623-1209 to osgi.bundle; org.eclipse.jdt.apt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.tests 3.5.0.v20210623-1209 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.tests 3.5.0.v20210623-1209 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.tests 3.5.0.v20210623-1209 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.tests 3.5.0.v20210623-1209 to osgi.bundle; org.eclipse.pde.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.text.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.jface.text [3.16.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jface.text.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.jface [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jface.text.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.core.runtime [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jface.text.tests 3.12.200.v20210629-1413 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.301.0.v20201125-1930 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.301.0.v20201125-1930 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.301.0.v20201125-1930 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.301.0.v20201125-1930 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.301.0.v20201125-1930 to osgi.bundle; org.w3c.css.sac 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.301.0.v20201125-1930 to osgi.bundle; org.junit.platform.runner 1.1.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.301.0.v20201125-1930 to osgi.bundle; org.junit.platform.suite.api 1.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.e4.ui.tests.css.swt 0.11.100.v20210901-0752 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.11.100.v20210901-0752 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.11.100.v20210901-0752 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.11.100.v20210901-0752 to osgi.bundle; org.w3c.css.sac 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.11.100.v20210901-0752 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.11.100.v20210901-0752 to osgi.bundle; org.eclipse.ui 3.106.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.11.100.v20210901-0752 to osgi.bundle; org.eclipse.equinox.preferences 3.5.200.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.11.100.v20210901-0752 to osgi.bundle; org.eclipse.ui.forms 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.11.100.v20210901-0752 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.11.100.v20210901-0752 to java.package; org.eclipse.core.runtime 3.5.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.0.v20210630-1723 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.0.v20210630-1723 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.0.v20210630-1723 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.0.v20210630-1723 to osgi.bundle; org.eclipse.jdt.apt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.0.v20210630-1723 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.0.v20210630-1723 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.apache.ant 1.9.2.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.jdt.launching 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.ant.core 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 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.100.v20210812-1017 to osgi.bundle; org.eclipse.debug.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.ui.externaltools 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.ant.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.ui.console 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.ant.launching 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.100.v20210812-1017 to osgi.bundle; org.eclipse.core.externaltools 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.2.0.v20210729-0830 to osgi.bundle; org.eclipse.jface 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.2.0.v20210729-0830 to osgi.bundle; org.eclipse.core.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.2.0.v20210729-0830 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.2.0.v20210729-0830 to osgi.bundle; org.eclipse.core.databinding.beans 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.2.0.v20210729-0830 to osgi.bundle; org.eclipse.jface.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.2.0.v20210729-0830 to osgi.bundle; org.eclipse.core.databinding.property 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.0.v20210424-2025 to osgi.bundle; org.eclipse.compare 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.0.v20210424-2025 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.0.v20210424-2025 to osgi.bundle; org.eclipse.jface 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.0.v20210424-2025 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.0.v20210424-2025 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.0.v20210424-2025 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.0.v20210424-2025 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.0.v20210424-2025 to osgi.bundle; org.eclipse.team.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.emf.ecore.xmi 2.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.jface 3.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.equinox.common 3.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.osgi 3.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.services 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.equinox.registry 3.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.core.runtime 3.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.emf.ecore 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.core.databinding 1.2.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.jface.databinding 1.3.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.core.services 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.workbench 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.workbench.swt 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.model.workbench 1.2.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.osgi.services 3.2.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.core.commands 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.bindings 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.workbench.renderers.swt 0.9.1.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.emf.ecore.change 2.5.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.di 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.core.di.extensions 0.15.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.core.di.extensions.supplier 0.15.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.core.expressions 3.4.200.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.workbench.addons.swt 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.11.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.css.core 0.10.100.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to java.package; javax.annotation 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.14.400.v20210628-1522 to java.package; javax.inject 1.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests 1.3.200.v20210817-1021 to osgi.bundle; org.eclipse.jface 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests 1.3.200.v20210817-1021 to osgi.bundle; org.eclipse.equinox.registry 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests 1.3.200.v20210817-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests 1.3.200.v20210817-1021 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests 1.3.200.v20210817-1021 to java.package; org.osgi.framework 0.0.0.; Unable to satisfy dependency from org.eclipse.osgi.tests 3.16.400.v20210830-1321 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1400.v20210816-1720 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1400.v20210816-1720 to osgi.bundle; org.eclipse.core.variables 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1400.v20210816-1720 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1400.v20210816-1720 to osgi.bundle; org.eclipse.jdt.core [3.26.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1400.v20210816-1720 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.1400.v20210816-1720 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.1400.v20210816-1720 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.1400.v20210816-1720 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.1400.v20210816-1720 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.1400.v20210816-1720 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.1400.v20210816-1720 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1400.v20210816-1720 to osgi.bundle; org.eclipse.ui.console 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1400.v20210816-1720 to osgi.bundle; org.eclipse.ltk.core.refactoring 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1400.v20210816-1720 to osgi.bundle; org.eclipse.jdt.core.manipulation 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1400.v20210816-1720 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.200.v20210427-2002 to osgi.bundle; org.eclipse.osgi [3.7.0,4.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.200.v20210427-2002 to osgi.bundle; org.eclipse.equinox.app 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.200.v20210427-2002 to osgi.bundle; org.eclipse.equinox.common 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.200.v20210427-2002 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.200.v20210427-2002 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.200.v20210427-2002 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.200.v20210427-2002 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.200.v20210427-2002 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.200.v20210427-2002 to osgi.bundle; org.eclipse.equinox.p2.artifact.repository 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.200.v20210427-2002 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.200.v20210427-2002 to osgi.bundle; org.eclipse.core.net 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.200.v20210427-2002 to osgi.bundle; org.eclipse.equinox.p2.repository 2.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.200.v20210427-2002 to osgi.bundle; org.eclipse.equinox.p2.transport.ecf 1.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.pde.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.osgi.services 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.e4.core.services 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.team.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.jdt.launching 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.pde.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.text 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.pde.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.equinox.frameworkadmin 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.core.variables 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.equinox.p2.metadata.repository 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.equinox.p2.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.equinox.p2.director 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.equinox.p2.repository 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.equinox.p2.metadata 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.equinox.p2.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.ui.forms 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.search 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.ui.views.log 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.pde.genericeditor.extension 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.11.400.v20210805-0730 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator 2.1.300.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.e4.ui.model.workbench 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.ui.views 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.ui.navigator 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.4.100.v20210628-1522 to osgi.bundle; org.eclipse.ui.navigator.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.0.v20210723-1137 to osgi.bundle; org.eclipse.equinox.common 3.13.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.0.v20210723-1137 to osgi.bundle; org.eclipse.equinox.registry 3.8.200.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.0.v20210723-1137 to java.package; org.eclipse.osgi.service.localization 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.0.v20210723-1137 to java.package; org.osgi.framework 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.0.v20210723-1137 to java.package; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.0.v20210723-1137 to java.package; org.osgi.service.log 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.0.v20210723-1137 to java.package; org.osgi.service.packageadmin 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.0.v20210723-1137 to java.package; org.osgi.util.tracker 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.core.filebuffers 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.jdt.core.manipulation 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.ltk.core.refactoring 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.ltk.ui.refactoring 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.team.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.0.v20210805-2208 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.6.300.v20210427-0832 to osgi.bundle; org.eclipse.core.runtime 3.15.400.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.6.300.v20210427-0832 to osgi.bundle; org.eclipse.pde.launching 3.7.700.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.6.300.v20210427-0832 to osgi.bundle; org.eclipse.core.resources 3.13.500.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.6.300.v20210427-0832 to osgi.bundle; org.eclipse.pde.ui 3.11.100.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.6.300.v20210427-0832 to osgi.bundle; org.eclipse.jdt.junit 3.11.500.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.6.300.v20210427-0832 to osgi.bundle; org.eclipse.jdt.core 3.19.0.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.6.300.v20210427-0832 to osgi.bundle; org.eclipse.debug.ui 3.14.200.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.6.300.v20210427-0832 to osgi.bundle; org.eclipse.ui 3.114.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding.conformance 1.4.0.v20210319-0948 to osgi.bundle; org.eclipse.core.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding.conformance 1.4.0.v20210319-0948 to osgi.bundle; org.eclipse.jface.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding.conformance 1.4.0.v20210319-0948 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding.conformance 1.4.0.v20210319-0948 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.debug.tests 3.12.300.v20210721-1355 to osgi.bundle; org.eclipse.ui [3.6.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.12.300.v20210721-1355 to osgi.bundle; org.eclipse.core.runtime [3.11.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.12.300.v20210721-1355 to osgi.bundle; org.eclipse.debug.ui [3.10.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.12.300.v20210721-1355 to osgi.bundle; org.eclipse.core.filesystem [1.3.0,2.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.12.300.v20210721-1355 to osgi.bundle; org.eclipse.core.resources [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.12.300.v20210721-1355 to osgi.bundle; org.eclipse.debug.core [3.9.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.12.300.v20210721-1355 to osgi.bundle; org.eclipse.ui.externaltools [3.3.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.12.300.v20210721-1355 to osgi.bundle; org.eclipse.ui.console [3.7.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.12.300.v20210721-1355 to osgi.bundle; org.eclipse.jface.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.12.300.v20210721-1355 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.15.100,4.0.0).; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.12.100.v20210621-0954 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.swt.tests 3.106.1400.v20210812-1501 to osgi.bundle; org.eclipse.swt 3.115.200.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.11.0.v20210816-0920 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.0.v20210816-0920 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.0.v20210816-0920 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.0.v20210816-0920 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.0.v20210816-0920 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.0.v20210816-0920 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.0.v20210816-0920 to osgi.bundle; com.ibm.icu 3.4.4.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.11.0.v20210816-0920 to osgi.bundle; org.eclipse.core.filesystem [1.2.0,2.0.0).; Unable to satisfy dependency from org.eclipse.jdt.compiler.tool.tests 1.3.0.v20210823-1758 to osgi.bundle; org.eclipse.jdt.core 3.27.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.tool.tests 1.3.0.v20210823-1758 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.tool.tests 1.3.0.v20210823-1758 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.tool.tests 1.3.0.v20210823-1758 to java.package; org.eclipse.jdt.internal.compiler.tool 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.apache.ant 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.eclipse.ui [3.112.0,4.0.0).; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.eclipse.ui.ide.application 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.eclipse.equinox.app 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.junit.jupiter.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.junit.platform.commons 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.junit.platform.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.junit.platform.launcher 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.4.800.v20210428-1559 to osgi.bundle; org.junit.vintage.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.1.100.v20210426-1515 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.1.100.v20210426-1515 to osgi.bundle; org.eclipse.text.quicksearch 1.0.300.; Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.1.100.v20210426-1515 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.1.100.v20210426-1515 to osgi.bundle; org.eclipse.ui.ide 3.17.0.; Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.1.100.v20210426-1515 to osgi.bundle; org.eclipse.jface 3.20.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 to osgi.bundle; org.eclipse.osgi 3.6.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 to osgi.bundle; org.eclipse.equinox.preferences 3.3.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 to osgi.bundle; org.eclipse.e4.core.di.extensions 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 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.200.v20210621-0954 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 to osgi.bundle; org.eclipse.equinox.registry 3.5.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 to osgi.bundle; org.eclipse.e4.core.services 1.1.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 to java.package; javax.annotation 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 to java.package; javax.inject 1.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 to java.package; org.osgi.service.component 1.3.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 to java.package; org.osgi.service.event 1.3.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.200.v20210621-0954 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.200.v20210621-0954 to osgi.service; (objectClass=org.osgi.service.event.EventAdmin).; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.debug.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.jdt.core.manipulation 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.jdt.junit 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.jdt.junit.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.jdt.junit4.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.jdt.junit5.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.jdt.launching 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.ltk.core.refactoring 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.search 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.team.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.team.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.ui.navigator 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.ui.views 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.0.v20210730-0257 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.opentest4j [1.2.0,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons.annotation [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons.function [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons.logging [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons.support [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.junit.platform.commons.util [1.7.1,2.0.0).; Unable to satisfy dependency from org.junit.jupiter.api 5.7.1.v20210222-1948 to java.package; org.apiguardian.api [1.1.0,2.0.0).; Unable to satisfy dependency from org.eclipse.core.filebuffers.tests 3.12.100.v20210608-1324 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.100.v20210608-1324 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.100.v20210608-1324 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.100.v20210608-1324 to osgi.bundle; org.eclipse.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ds.tests 1.2.0.v20200812-1820 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.0.v20200812-1820 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.0.v20200812-1820 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.0.v20200812-1820 to osgi.bundle; org.eclipse.text [3.3.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.0.v20200812-1815 to osgi.bundle; org.eclipse.core.runtime 3.13.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.0.v20200812-1815 to osgi.bundle; org.eclipse.core.resources 3.12.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.0.v20200812-1815 to osgi.bundle; org.eclipse.jface.text 3.13.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.0.v20200812-1815 to osgi.bundle; org.eclipse.ui 3.109.100.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.0.v20200812-1815 to osgi.bundle; org.eclipse.ui.ide 3.14.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.0.v20200812-1815 to osgi.bundle; org.eclipse.pde.genericeditor.extension 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.0.v20200812-1815 to osgi.bundle; org.eclipse.pde.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.0.v20200812-1815 to osgi.bundle; org.eclipse.equinox.p2.metadata 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.0.v20200812-1815 to osgi.bundle; org.eclipse.core.filebuffers 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.bidi.tests 1.3.0.v20210723-1952 to osgi.bundle; org.eclipse.equinox.bidi 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.bidi.tests 1.3.0.v20210723-1952 to osgi.bundle; org.eclipse.equinox.registry 3.5.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.1.0.v20200812-1814 to osgi.bundle; org.eclipse.pde.ui 3.10.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.1.0.v20200812-1814 to osgi.bundle; org.eclipse.pde.ui.templates 3.6.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.1.0.v20200812-1814 to osgi.bundle; org.eclipse.core.runtime 3.13.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.1.0.v20200812-1814 to osgi.bundle; org.eclipse.core.resources 3.12.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.1.0.v20200812-1814 to osgi.bundle; org.eclipse.ui.ide 3.13.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.1.0.v20200812-1814 to osgi.bundle; org.eclipse.jface 3.13.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.1.0.v20200812-1814 to osgi.bundle; org.eclipse.pde.ds.annotations 1.1.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.1.100.v20210428-1756 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.1.100.v20210428-1756 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.1.100.v20210428-1756 to osgi.bundle; org.eclipse.equinox.http.registry 1.0.200.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.1.100.v20210428-1756 to osgi.bundle; org.eclipse.help 3.4.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.1.100.v20210428-1756 to osgi.bundle; org.eclipse.help.webapp 3.4.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.1.100.v20210428-1756 to osgi.bundle; org.eclipse.help.base 3.4.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.1.100.v20210428-1756 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator 2.0.100.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.1.100.v20210428-1756 to osgi.bundle; org.eclipse.equinox.frameworkadmin 2.0.200.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.1.100.v20210428-1756 to java.package; javax.servlet 3.1.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.1.100.v20210428-1756 to java.package; javax.servlet.http 3.1.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.core.resources 3.14.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.core.expressions 3.7.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.ui.views 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.text 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.core.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.core.databinding.beans 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.core.databinding.property 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.jface.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.ui.navigator.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.core.services 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.workbench.swt 0.9.1.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.di 0.9.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.css.swt.theme 0.9.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.bindings 0.9.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.9.1.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.css.core 0.9.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.model.workbench 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.workbench 0.10.1.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.core.commands 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.core.di.extensions 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.services 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.workbench.addons.swt 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.e4.ui.workbench.renderers.swt 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.osgi.services 3.3.100.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.jface [3.18.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.bundle; org.eclipse.ui.views.log 1.2.1300.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to java.package; javax.annotation 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to java.package; javax.inject 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.extender; (&(osgi.extender=osgi.component)(version>=1.2)(!(version>=2.0))).; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.300.v20210821-1421 to osgi.service; (objectClass=org.osgi.service.event.EventAdmin).; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.0.v20210202-1157 to java.package; org.eclipse.osgi.service.urlconversion 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.0.v20210202-1157 to java.package; org.osgi.framework 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.0.v20210202-1157 to java.package; org.osgi.service.cm 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.0.v20210202-1157 to java.package; org.osgi.service.component 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.0.v20210202-1157 to java.package; org.osgi.service.log 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.0.v20210202-1157 to java.package; org.osgi.service.permissionadmin 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.0.v20210202-1157 to java.package; org.osgi.util.tracker 1.4.2.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.0.v20201009-0830 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.0.v20201009-0830 to osgi.bundle; org.eclipse.equinox.p2.core 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.0.v20201009-0830 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.0.v20201009-0830 to osgi.bundle; org.eclipse.swt 3.102.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.0.v20201009-0830 to osgi.bundle; org.eclipse.equinox.p2.metadata 2.2.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.0.v20201009-0830 to osgi.bundle; org.eclipse.equinox.p2.ui 2.3.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.0.v20201009-0830 to osgi.bundle; org.eclipse.equinox.p2.operations 2.3.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.0.v20201009-0830 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.0.v20201009-0830 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.0.v20201009-0830 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.0.v20201009-0830 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.0.v20201009-0830 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.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.frameworkadmin 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.common 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.core.runtime 3.4.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.p2.publisher 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.simpleconfigurator 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.p2.updatechecker 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.p2.repository 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.security 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.p2.engine 2.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.p2.updatesite 1.0.200.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.p2.garbagecollector 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.sat4j.core 2.2.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.sat4j.pb 2.2.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.ecf 3.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.ecf.filetransfer 4.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.ecf.identity 3.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.ecf.provider.filetransfer 3.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.ecf.provider.filetransfer.httpclient45 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.p2.reconciler.dropins 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.ant.core 3.2.200.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.apache.ant 1.7.1.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.p2.transport.ecf 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.p2.publisher.eclipse 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to osgi.bundle; org.eclipse.equinox.p2.operations 2.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 to java.package; org.eclipse.ant.core 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to java.package; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to java.package; org.eclipse.ecf.filetransfer 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 to java.package; org.eclipse.equinox.internal.p2.core 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 to java.package; org.eclipse.equinox.internal.p2.director 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 to java.package; org.eclipse.equinox.internal.p2.extensionlocation 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to java.package; org.eclipse.equinox.internal.p2.jarprocessor 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 to java.package; org.eclipse.equinox.internal.p2.metadata 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 to java.package; org.eclipse.equinox.internal.p2.persistence 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 to java.package; org.eclipse.equinox.internal.p2.update 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 to java.package; org.eclipse.equinox.p2.metadata.io 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 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.400.v20210824-0944 to java.package; org.eclipse.equinox.spi.p2.publisher 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 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.400.v20210824-0944 to java.package; org.eclipse.osgi.service.datalocation 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to java.package; org.eclipse.osgi.service.environment 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to java.package; org.eclipse.osgi.service.resolver 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to java.package; org.eclipse.osgi.service.urlconversion 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to java.package; org.eclipse.osgi.util 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to java.package; org.osgi.framework 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to java.package; org.osgi.service.packageadmin 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.400.v20210824-0944 to java.package; org.osgi.util.tracker 1.3.0.; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.100.v20210731-1643 to osgi.bundle; org.apache.ant 1.9.4.; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.100.v20210731-1643 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.100.v20210731-1643 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.100.v20210731-1643 to osgi.bundle; org.eclipse.ant.core 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.100.v20210731-1643 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.releng.tests 3.5.100.v20210311-1515 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.releng.tests 3.5.100.v20210311-1515 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.2.100.v20210625-1931 to osgi.bundle; org.eclipse.osgi 3.4.0.; Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.2.100.v20210625-1931 to osgi.bundle; org.eclipse.equinox.security 0.0.1.; Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.2.100.v20210625-1931 to osgi.bundle; org.eclipse.equinox.registry 3.4.0.; Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.2.100.v20210625-1931 to osgi.bundle; org.eclipse.equinox.preferences 3.2.200.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 to osgi.bundle; org.eclipse.pde.build 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 to osgi.bundle; org.eclipse.ant.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 to osgi.bundle; org.apache.ant 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 to osgi.bundle; org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 to osgi.bundle; org.eclipse.equinox.p2.publisher 1.1.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 to osgi.bundle; org.eclipse.equinox.p2.publisher.eclipse 1.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 to java.package; org.eclipse.equinox.frameworkadmin 2.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 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.100.v20210428-2136 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.100.v20210428-2136 to java.package; org.eclipse.equinox.internal.p2.metadata 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 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.100.v20210428-2136 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.100.v20210428-2136 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.100.v20210428-2136 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.100.v20210428-2136 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.100.v20210428-2136 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.100.v20210428-2136 to java.package; org.eclipse.equinox.p2.metadata.expression 2.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.100.v20210428-2136 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.100.v20210428-2136 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.100.v20210428-2136 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.100.v20210428-2136 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.100.v20210428-2136 to java.package; org.eclipse.equinox.simpleconfigurator.manipulator 2.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.0.v20210424-2025 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.0.v20210424-2025 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.0.v20210424-2025 to osgi.bundle; org.eclipse.team.core 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.0.v20210424-2025 to osgi.bundle; org.eclipse.team.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.0.v20210424-2025 to osgi.bundle; org.eclipse.compare 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.0.v20210424-2025 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.0.v20210424-2025 to osgi.bundle; org.eclipse.ui.navigator 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.0.v20210424-2025 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.views.properties.tabbed 3.7.100.v20210628-1522 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.views.properties.tabbed 3.7.100.v20210628-1522 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.views.properties.tabbed 3.7.100.v20210628-1522 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.views.properties.tabbed 3.7.100.v20210628-1522 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.7.100.v20210628-1522 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.core.runtime 3.14.100.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.13.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.e4.ui.model.workbench 2.1.100.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.e4.ui.workbench.swt 0.14.300.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.forms 3.7.300.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.themes 1.2.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.e4.ui.workbench 1.6.100.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.e4.ui.workbench.addons.swt 1.3.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.ide 3.14.100.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.e4.ui.css.core 0.12.300.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.workbench 3.112.0.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.navigator.resources 3.6.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.navigator 3.7.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.views 3.9.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.views.properties.tabbed 3.8.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.browser 3.6.300.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.e4.ui.css.swt.theme 0.12.100.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.ide.application 1.2.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to osgi.bundle; org.eclipse.ui.monitoring 1.1.300.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.1.0.v20210111-1222 to java.package; org.eclipse.ui.internal 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.resources 3.10.1400.v20210615-1507 to osgi.bundle; org.eclipse.osgi.services 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.resources 3.10.1400.v20210615-1507 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.resources 3.10.1400.v20210615-1507 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.resources 3.10.1400.v20210615-1507 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.resources 3.10.1400.v20210615-1507 to osgi.bundle; org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.resources 3.10.1400.v20210615-1507 to osgi.bundle; org.eclipse.pde.junit.runtime 3.5.0.; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.0.v20200812-1819 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.0.v20200812-1819 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.0.v20200812-1819 to osgi.bundle; org.eclipse.text [3.3.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.0.v20200812-1819 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.0.v20200812-1819 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.0.v20200812-1819 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.0.v20200812-1819 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.0.v20200812-1819 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.0.v20200812-1819 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.0.v20200812-1819 to osgi.bundle; org.eclipse.jface [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.0.v20200812-1819 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.0.v20200812-1819 to osgi.bundle; org.eclipse.search [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.0.v20200812-1819 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.0.v20200812-1819 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.6.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.tests.rcp 3.5.0.v20210111-1217 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.rcp 3.5.0.v20210111-1217 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.12.1700.v20210823-1758 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.1700.v20210823-1758 to osgi.bundle; org.eclipse.jdt.core [3.10.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.12.1700.v20210823-1758 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.1700.v20210823-1758 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.1700.v20210823-1758 to osgi.bundle; javax.annotation 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.12.1700.v20210823-1758 to java.package; org.eclipse.jdt.internal.compiler.apt.dispatch 0.0.0.; Unable to satisfy dependency from org.eclipse.core.expressions.tests 3.6.0.v20210621-0954 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.0.v20210621-0954 to osgi.bundle; org.eclipse.core.runtime [3.3.100,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.workbench.texteditor.tests 3.13.100.v20210629-1413 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.100.v20210629-1413 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.100.v20210629-1413 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.100.v20210629-1413 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.100.v20210629-1413 to osgi.bundle; org.eclipse.core.expressions [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.3.0.v20210316-1209 to osgi.bundle; org.eclipse.equinox.p2.discovery 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.3.0.v20210316-1209 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.0.v20210316-1209 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.0.v20210316-1209 to osgi.bundle; org.eclipse.core.runtime 3.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.3.0.v20210316-1209 to osgi.bundle; org.eclipse.ui 3.1.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.core.runtime [3.6.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.jface [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.ui.genericeditor 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.core.resources 3.11.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.jface.text 3.16.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.ui 3.108.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.ui.workbench.texteditor 3.10.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.ui.ide 3.11.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.ui.editors 3.11.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.2.0.v20210127-1352 to osgi.bundle; org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.performance 3.11.0.v20210712-1342 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.0.v20210712-1342 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.0.v20210712-1342 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.0.v20210712-1342 to osgi.bundle; org.eclipse.text [3.1.0,4.0.0).; Unable to satisfy dependency from org.eclipse.test.performance 3.18.0.v20210623-0710 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.compare.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.jdt.debug 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.jdt.core.manipulation 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.junit.platform.runner 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1400.v20210815-1151 to osgi.bundle; org.junit.platform.suite.api 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.13.0.v20210111-1203 to osgi.bundle; org.eclipse.core.commands 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.13.0.v20210111-1203 to osgi.bundle; org.eclipse.e4.core.commands 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.13.0.v20210111-1203 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.13.0.v20210111-1203 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.13.0.v20210111-1203 to java.package; javax.inject 1.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.13.0.v20210111-1203 to java.package; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.13.0.v20210111-1203 to java.package; org.osgi.framework 1.5.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.13.0.v20210111-1203 to java.package; org.osgi.service.log 1.3.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.13.0.v20210111-1203 to java.package; org.osgi.service.packageadmin 1.2.0.; Unable to satisfy dependency from org.apache.commons.fileupload 1.3.2.v20170320-2229 to java.package; javax.servlet 2.4.0.; Unable to satisfy dependency from org.apache.commons.fileupload 1.3.2.v20170320-2229 to java.package; javax.servlet.http 2.4.0.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.team.core 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.team.cvs.core 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.team.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.team.cvs.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.compare 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.core.filesystem 1.3.100.; Unable to satisfy dependency from org.eclipse.team.tests.cvs.core 3.5.0.v20210424-2025 to osgi.bundle; org.eclipse.jsch.core 1.1.200.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.200.v20210414-1637 to osgi.bundle; org.eclipse.core.runtime 3.4.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.200.v20210414-1637 to osgi.bundle; org.eclipse.ui 3.6.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.200.v20210414-1637 to osgi.bundle; org.eclipse.equinox.p2.metadata 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.200.v20210414-1637 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.200.v20210414-1637 to osgi.bundle; org.eclipse.equinox.p2.ui 2.6.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.200.v20210414-1637 to osgi.bundle; org.eclipse.equinox.p2.core 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.200.v20210414-1637 to osgi.bundle; org.eclipse.equinox.p2.engine 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.200.v20210414-1637 to osgi.bundle; org.eclipse.equinox.p2.director 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.200.v20210414-1637 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.200.v20210414-1637 to osgi.bundle; org.eclipse.equinox.p2.repository 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.200.v20210414-1637 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.200.v20210414-1637 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.200.v20210414-1637 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.200.v20210414-1637 to java.package; org.eclipse.equinox.p2.operations [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.builder 3.11.0.v20210713-2148 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.0.v20210713-2148 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.0.v20210713-2148 to osgi.bundle; org.eclipse.core.runtime [3.2.0,4.0.0).] Mirroring: osgi.bundle,org.eclipse.text.tests,3.13.100.v20210629-1413 (Descriptor: canonical: osgi.bundle,org.eclipse.text.tests,3.13.100.v20210629-1413) Mirroring: osgi.bundle,org.eclipse.pde.api.tools.tests,1.2.400.v20210714-0905 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.api.tools.tests,1.2.400.v20210714-0905) Mirroring: osgi.bundle,org.eclipse.jface.tests.databinding,1.10.0.v20210628-1522 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.databinding,1.10.0.v20210628-1522) Mirroring: osgi.bundle,org.junit,4.13.0.v20200204-1500 (Descriptor: canonical: osgi.bundle,org.junit,4.13.0.v20200204-1500) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.9.0.v20181107-1410 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.9.0.v20181107-1410) Mirroring: osgi.bundle,org.eclipse.core.tests.runtime,3.20.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.runtime,3.20.0.v20210723-1034) Mirroring: osgi.bundle,org.eclipse.equinox.preferences.tests,3.9.0.v20210202-1256 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences.tests,3.9.0.v20210202-1256) Mirroring: osgi.bundle,org.eclipse.tests.urischeme,1.1.0.v20210621-1134 (Descriptor: canonical: osgi.bundle,org.eclipse.tests.urischeme,1.1.0.v20210621-1134) Mirroring: osgi.bundle,org.eclipse.jdt.compiler.apt.tests,1.2.0.v20210823-1758 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.compiler.apt.tests,1.2.0.v20210823-1758) Mirroring: osgi.bundle,org.eclipse.jsch.tests,1.1.600.v20200916-0731 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.tests,1.1.600.v20200916-0731) 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.equinox.frameworkadmin.test,1.3.0.v20210426-1055 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin.test,1.3.0.v20210426-1055) Mirroring: osgi.bundle,org.eclipse.ui.tests.forms,3.9.100.v20210628-1522 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.forms,3.9.100.v20210628-1522) 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.ua.tests,3.5.100.v20210428-1756 (Descriptor: canonical: osgi.bundle,org.eclipse.ua.tests,3.5.100.v20210428-1756) Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings.tests,0.13.0.v20210111-1226 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings.tests,0.13.0.v20210111-1226) Mirroring: osgi.bundle,org.eclipse.ui.editors.tests,3.12.200.v20210629-1413 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors.tests,3.12.200.v20210629-1413) Mirroring: osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900 (Descriptor: canonical: osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900) Mirroring: osgi.bundle,org.eclipse.ui.tests.navigator,3.6.200.v20210628-1522 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.navigator,3.6.200.v20210628-1522) Mirroring: osgi.bundle,org.eclipse.search.tests,3.10.0.v20210118-0823 (Descriptor: canonical: osgi.bundle,org.eclipse.search.tests,3.10.0.v20210118-0823) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet.tests,1.8.200.v20210311-1631 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet.tests,1.8.200.v20210311-1631) Mirroring: osgi.bundle,org.eclipse.core.tests.net,1.5.0.v20210424-1942 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.net,1.5.0.v20210424-1942) Mirroring: osgi.bundle,org.eclipse.sdk.tests,4.21.0.v20210903-1849 (Descriptor: canonical: osgi.bundle,org.eclipse.sdk.tests,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.eclipse.ui.tests.harness,1.8.0.v20210111-1217 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.harness,1.8.0.v20210111-1217) Mirroring: osgi.bundle,org.eclipse.jdt.apt.tests,3.5.0.v20210623-1209 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.apt.tests,3.5.0.v20210623-1209) Mirroring: osgi.bundle,org.eclipse.jface.text.tests,3.12.200.v20210629-1413 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text.tests,3.12.200.v20210629-1413) Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.css.core,1.301.0.v20201125-1930 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.css.core,1.301.0.v20201125-1930) 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.e4.ui.tests.css.swt,0.11.100.v20210901-0752 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.css.swt,0.11.100.v20210901-0752) Mirroring: osgi.bundle,org.eclipse.jdt.apt.pluggable.tests,3.5.0.v20210630-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.apt.pluggable.tests,3.5.0.v20210630-1723) Mirroring: osgi.bundle,org.hamcrest.integration,1.3.0.v201305210900 (Descriptor: canonical: osgi.bundle,org.hamcrest.integration,1.3.0.v201305210900) Mirroring: osgi.bundle,org.eclipse.ant.tests.ui,3.10.100.v20210812-1017 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.tests.ui,3.10.100.v20210812-1017) Mirroring: osgi.bundle,org.eclipse.jface.examples.databinding,1.2.0.v20210729-0830 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.examples.databinding,1.2.0.v20210729-0830) Mirroring: osgi.bundle,org.eclipse.compare.tests,3.7.0.v20210424-2025 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.tests,3.7.0.v20210424-2025) Mirroring: osgi.bundle,org.objenesis,2.6.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.objenesis,2.6.0.v20180420-1519) Mirroring: osgi.bundle,org.eclipse.e4.ui.tests,0.14.400.v20210628-1522 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests,0.14.400.v20210628-1522) Mirroring: osgi.bundle,org.eclipse.jface.tests,1.3.200.v20210817-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests,1.3.200.v20210817-1021) Mirroring: osgi.bundle,org.eclipse.osgi.tests,3.16.400.v20210830-1321 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.tests,3.16.400.v20210830-1321) Mirroring: osgi.bundle,org.eclipse.jdt.debug.tests,3.11.1400.v20210816-1720 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.debug.tests,3.11.1400.v20210816-1720) Mirroring: osgi.bundle,org.eclipse.equinox.p2.installer,1.3.200.v20210427-2002 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.installer,1.3.200.v20210427-2002) Mirroring: osgi.bundle,org.eclipse.pde.ui.tests,3.11.400.v20210805-0730 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ui.tests,3.11.400.v20210805-0730) Mirroring: osgi.bundle,org.eclipse.ui.tests.performance,1.4.100.v20210628-1522 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.performance,1.4.100.v20210628-1522) Mirroring: osgi.bundle,org.eclipse.equinox.common.tests,3.15.0.v20210723-1137 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common.tests,3.15.0.v20210723-1137) Mirroring: osgi.bundle,org.eclipse.jdt.ui.tests.refactoring,3.14.0.v20210805-2208 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.ui.tests.refactoring,3.14.0.v20210805-2208) Mirroring: osgi.bundle,org.eclipse.pde.junit.runtime.tests,3.6.300.v20210427-0832 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.junit.runtime.tests,3.6.300.v20210427-0832) Mirroring: osgi.bundle,org.eclipse.jface.tests.databinding.conformance,1.4.0.v20210319-0948 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.databinding.conformance,1.4.0.v20210319-0948) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.9.0.v20181106-1534 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.9.0.v20181106-1534) Mirroring: osgi.bundle,org.eclipse.debug.tests,3.12.300.v20210721-1355 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.tests,3.12.300.v20210721-1355) Mirroring: osgi.bundle,org.eclipse.core.tests.harness,3.12.100.v20210621-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.harness,3.12.100.v20210621-0954) Mirroring: osgi.bundle,org.eclipse.swt.tests,3.106.1400.v20210812-1501 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.tests,3.106.1400.v20210812-1501) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.model,3.11.0.v20210816-0920 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.model,3.11.0.v20210816-0920) Mirroring: osgi.bundle,org.eclipse.jdt.compiler.tool.tests,1.3.0.v20210823-1758 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.compiler.tool.tests,1.3.0.v20210823-1758) Mirroring: osgi.bundle,org.eclipse.test,3.4.800.v20210428-1559 (Descriptor: canonical: osgi.bundle,org.eclipse.test,3.4.800.v20210428-1559) Mirroring: osgi.bundle,org.eclipse.text.quicksearch.tests,1.1.100.v20210426-1515 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch.tests,1.1.100.v20210426-1515) Mirroring: osgi.bundle,org.eclipse.e4.core.tests,1.2.200.v20210621-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.tests,1.2.200.v20210621-0954) Mirroring: osgi.bundle,org.eclipse.jdt.ui.tests,3.14.0.v20210730-0257 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.ui.tests,3.14.0.v20210730-0257) Mirroring: osgi.bundle,org.junit.jupiter.api,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.api,5.7.1.v20210222-1948) Mirroring: osgi.bundle,org.eclipse.core.filebuffers.tests,3.12.100.v20210608-1324 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers.tests,3.12.100.v20210608-1324) Mirroring: osgi.bundle,org.eclipse.pde.ds.tests,1.2.0.v20200812-1820 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ds.tests,1.2.0.v20200812-1820) Mirroring: osgi.bundle,org.eclipse.pde.genericeditor.extension.tests,1.1.0.v20200812-1815 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.genericeditor.extension.tests,1.1.0.v20200812-1815) Mirroring: osgi.bundle,org.eclipse.equinox.bidi.tests,1.3.0.v20210723-1952 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.bidi.tests,1.3.0.v20210723-1952) Mirroring: osgi.bundle,org.eclipse.pde.ui.templates.tests,1.1.0.v20200812-1814 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ui.templates.tests,1.1.0.v20200812-1814) Mirroring: osgi.bundle,org.eclipse.ua.tests.doc,1.1.100.v20210428-1756 (Descriptor: canonical: osgi.bundle,org.eclipse.ua.tests.doc,1.1.100.v20210428-1756) Mirroring: osgi.bundle,org.eclipse.test.source,3.4.800.v20210428-1559 (Descriptor: canonical: osgi.bundle,org.eclipse.test.source,3.4.800.v20210428-1559) Mirroring: osgi.bundle,org.eclipse.ui.tests,3.15.300.v20210821-1421 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests,3.15.300.v20210821-1421) Mirroring: osgi.bundle,org.eclipse.equinox.ds.tests,1.6.0.v20210202-1157 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.ds.tests,1.6.0.v20210202-1157) Mirroring: osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246 (Descriptor: canonical: osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246) Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.verifier,1.3.0.v20201009-0830 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.verifier,1.3.0.v20201009-0830) Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests,1.8.400.v20210824-0944 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests,1.8.400.v20210824-0944) Mirroring: osgi.bundle,org.eclipse.ant.tests.core,3.6.100.v20210731-1643 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.tests.core,3.6.100.v20210731-1643) Mirroring: osgi.bundle,org.eclipse.releng.tests,3.5.100.v20210311-1515 (Descriptor: canonical: osgi.bundle,org.eclipse.releng.tests,3.5.100.v20210311-1515) Mirroring: osgi.bundle,org.eclipse.equinox.security.tests,1.2.100.v20210625-1931 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.tests,1.2.100.v20210625-1931) Mirroring: osgi.bundle,org.eclipse.pde.build.tests,1.3.100.v20210428-2136 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.build.tests,1.3.100.v20210428-2136) Mirroring: osgi.bundle,org.assertj,3.20.2.v20210706-1104 (Descriptor: canonical: osgi.bundle,org.assertj,3.20.2.v20210706-1104) Mirroring: osgi.bundle,org.eclipse.team.tests.core,3.9.0.v20210424-2025 (Descriptor: canonical: osgi.bundle,org.eclipse.team.tests.core,3.9.0.v20210424-2025) Mirroring: osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed,3.7.100.v20210628-1522 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed,3.7.100.v20210628-1522) Mirroring: osgi.bundle,org.eclipse.ui.tests.pluginchecks,1.1.0.v20210111-1222 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.pluginchecks,1.1.0.v20210111-1222) Mirroring: osgi.bundle,org.eclipse.core.tests.resources,3.10.1400.v20210615-1507 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.resources,3.10.1400.v20210615-1507) Mirroring: osgi.bundle,org.eclipse.pde.ua.tests,1.2.0.v20200812-1819 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ua.tests,1.2.0.v20200812-1819) Mirroring: osgi.bundle,org.easymock,2.4.0.v20090202-0900 (Descriptor: canonical: osgi.bundle,org.easymock,2.4.0.v20090202-0900) Mirroring: osgi.bundle,org.eclipse.ui.tests.rcp,3.5.0.v20210111-1217 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.rcp,3.5.0.v20210111-1217) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.compiler,3.12.1700.v20210823-1758 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.compiler,3.12.1700.v20210823-1758) Mirroring: osgi.bundle,org.eclipse.test.performance.win32,3.1.400.v20200911-1853 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance.win32,3.1.400.v20200911-1853) Mirroring: osgi.bundle,org.eclipse.core.expressions.tests,3.6.0.v20210621-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions.tests,3.6.0.v20210621-0954) Mirroring: osgi.bundle,org.eclipse.ui.workbench.texteditor.tests,3.13.100.v20210629-1413 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench.texteditor.tests,3.13.100.v20210629-1413) Mirroring: org.eclipse.update.feature,org.eclipse.sdk.tests,4.21.0.v20210903-1849 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.sdk.tests,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.discovery,1.3.0.v20210316-1209 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.discovery,1.3.0.v20210316-1209) Mirroring: osgi.bundle,org.eclipse.ui.genericeditor.tests,1.2.0.v20210127-1352 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor.tests,1.2.0.v20210127-1352) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.performance,3.11.0.v20210712-1342 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.performance,3.11.0.v20210712-1342) Mirroring: osgi.bundle,org.eclipse.test.performance,3.18.0.v20210623-0710 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance,3.18.0.v20210623-0710) Mirroring: osgi.bundle,org.eclipse.jdt.text.tests,3.13.1400.v20210815-1151 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.text.tests,3.13.1400.v20210815-1151) Mirroring: osgi.bundle,org.eclipse.e4.core.commands.tests,0.13.0.v20210111-1203 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands.tests,0.13.0.v20210111-1203) Mirroring: osgi.bundle,org.apache.commons.fileupload,1.3.2.v20170320-2229 (Descriptor: canonical: osgi.bundle,org.apache.commons.fileupload,1.3.2.v20170320-2229) Mirroring: osgi.bundle,org.eclipse.team.tests.cvs.core,3.5.0.v20210424-2025 (Descriptor: canonical: osgi.bundle,org.eclipse.team.tests.cvs.core,3.5.0.v20210424-2025) Mirroring: org.eclipse.update.feature,org.eclipse.test,3.7.1600.v20210729-0440 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.test,3.7.1600.v20210729-0440) Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.ui,1.3.200.v20210414-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.ui,1.3.200.v20210414-1637) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.builder,3.11.0.v20210713-2148 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.builder,3.11.0.v20210713-2148) Mirroring: osgi.bundle,org.mockito,2.23.0.v20200310-1642 (Descriptor: canonical: osgi.bundle,org.mockito,2.23.0.v20200310-1642) [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse.platform.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ eclipse.platform.repository --- [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] Published profile IUs: [config.a.jre.javase 17.0.0, a.jre.javase 17.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-products (default-publish-products) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-categories (default-publish-categories) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:assemble-repository (default-assemble-repository) @ eclipse.platform.repository --- [INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (319.47kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (126.66kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (18.29kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (57.91kB) [INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (20.21kB) [INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (14.73kB) [INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (677.41kB) [INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (374.46kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (180.32kB) [INFO] Fetching org.tukaani.xz.source_1.9.0.v20210624-1259.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (151.4kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (73.27kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (3.45MB) [INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (258.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (197.02kB) [INFO] Fetching org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (138.86kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (39.73kB) [INFO] Fetching org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (84.22kB) [INFO] Fetching org.junit.platform.commons.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (90.3kB) [INFO] Fetching org.junit.platform.engine.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (152.5kB) [INFO] Fetching org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (101.55kB) [INFO] Fetching org.junit.platform.runner.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (26.97kB) [INFO] Fetching org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (34.47kB) [INFO] Fetching org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (53.97kB) [INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (20.88kB) [INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (14.05kB) [INFO] Fetching org.objectweb.asm.source_9.1.0.v20210209-1849.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (188.4kB) [INFO] Fetching org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (86.62kB) [INFO] Fetching org.apache.ant.source_1.10.11.v20210720-1445.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (2.45MB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (294.21kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (2.36MB) [INFO] Fetching com.google.gson.source_2.8.7.v20210624-1215.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (171.41kB) [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:archive-repository (default-archive-repository) @ eclipse.platform.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/eclipse.platform.repository-4.21.0-SNAPSHOT.zip [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (unpack-content-jar) @ eclipse.platform.repository --- [INFO] Executing tasks [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/content.jar into /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository [INFO] [delete] Deleting: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/content.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/content.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-extra-iu) @ eclipse.platform.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:mirror (mirror-org.eclipse.platform) @ eclipse.platform.repository --- [INFO] Mirroring to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repos/org.eclipse.platform... Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.12.600.v20200416-0656 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.12.600.v20200416-0656) Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions,0.17.0.v20210625-1052 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions,0.17.0.v20210625-1052) Mirroring: osgi.bundle,org.eclipse.jetty.server,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server,10.0.6) Mirroring: osgi.bundle,org.eclipse.jetty.util,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util,10.0.6) Mirroring: osgi.bundle,org.eclipse.compare.win32,1.2.800.v20200127-1343 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.win32,1.2.800.v20200127-1343) Mirroring: osgi.bundle,org.eclipse.core.expressions,3.8.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions,3.8.0.v20210723-1034) 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.apache.ant,1.10.11.v20210720-1445 (Descriptor: canonical: osgi.bundle,org.apache.ant,1.10.11.v20210720-1445) Mirroring: osgi.bundle,org.eclipse.ui.cheatsheets,3.7.300.v20210507-0822 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cheatsheets,3.7.300.v20210507-0822) Mirroring: osgi.bundle,org.eclipse.help.webapp,3.10.400.v20210604-1216 (Descriptor: canonical: osgi.bundle,org.eclipse.help.webapp,3.10.400.v20210604-1216) Mirroring: osgi.bundle,org.eclipse.text,3.12.0.v20210512-1644 (Descriptor: canonical: osgi.bundle,org.eclipse.text,3.12.0.v20210512-1644) Mirroring: osgi.bundle,org.eclipse.swt,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.2.100.v20210703-1540 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.2.100.v20210703-1540) Mirroring: osgi.bundle,org.eclipse.ui.win32,3.4.400.v20200414-1247 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.win32,3.4.400.v20200414-1247) Mirroring: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.9.100.v20201223-1348 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.9.100.v20201223-1348) Mirroring: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.4.0.v20210312-1245 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.4.0.v20210312-1245) Mirroring: osgi.bundle,javax.inject,1.0.0.v20091030 (Descriptor: canonical: osgi.bundle,javax.inject,1.0.0.v20091030) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.ui.navigator.resources,3.8.200.v20210803-2129 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator.resources,3.8.200.v20210803-2129) Mirroring: osgi.bundle,org.eclipse.equinox.preferences,3.9.0.v20210726-0943 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences,3.9.0.v20210726-0943) Mirroring: osgi.bundle,org.sat4j.core,2.3.5.v201308161310 (Descriptor: canonical: osgi.bundle,org.sat4j.core,2.3.5.v201308161310) Mirroring: osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502 (Descriptor: canonical: osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502) Mirroring: osgi.bundle,org.eclipse.osgi,3.17.0.v20210823-1805 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.17.0.v20210823-1805) Mirroring: osgi.bundle,org.eclipse.ui.console,3.11.100.v20210721-1355 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.console,3.11.100.v20210721-1355) Mirroring: osgi.bundle,org.eclipse.e4.core.di.annotations,1.7.0.v20210625-1052 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.annotations,1.7.0.v20210625-1052) Mirroring: osgi.bundle,org.eclipse.core.jobs,3.12.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs,3.12.0.v20210723-1034) Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings,0.13.100.v20210722-1426 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings,0.13.100.v20210722-1426) Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.1.500.v20200422-1833 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.1.500.v20200422-1833) Mirroring: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.3.200.v20210613-1953 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.3.200.v20210613-1953) Mirroring: osgi.bundle,org.eclipse.platform,4.21.0.v20210903-1849 (Descriptor: canonical: osgi.bundle,org.eclipse.platform,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.4.300.v20210813-1521 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.4.300.v20210813-1521) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.300.v20180828-0158 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.300.v20180828-0158) Mirroring: osgi.bundle,org.tukaani.xz,1.9.0.v20210624-1259 (Descriptor: canonical: osgi.bundle,org.tukaani.xz,1.9.0.v20210624-1259) Mirroring: osgi.bundle,org.eclipse.e4.ui.widgets,1.3.0.v20210621-1136 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.widgets,1.3.0.v20210621-1136) Mirroring: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.500.v20210730-0750 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.500.v20210730-0750) Mirroring: osgi.bundle,org.eclipse.equinox.p2.director.app,1.2.0.v20210315-2042 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director.app,1.2.0.v20210315-2042) Mirroring: binary,org.eclipse.rcp_root,4.21.0.v20210903-1849 (Descriptor: canonical: binary,org.eclipse.rcp_root,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.apache.xmlgraphics,2.6.0.v20210409-0748 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics,2.6.0.v20210409-0748) Mirroring: osgi.bundle,javax.el,2.2.0.v201303151357 (Descriptor: canonical: osgi.bundle,javax.el,2.2.0.v201303151357) Mirroring: osgi.bundle,org.eclipse.equinox.p2.core,2.8.0.v20210618-0742 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.core,2.8.0.v20210618-0742) Mirroring: osgi.bundle,org.eclipse.equinox.p2.operations,2.6.0.v20210315-2228 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.operations,2.6.0.v20210315-2228) Mirroring: osgi.bundle,org.bouncycastle.bcpg,1.69.0.v20210713-1924 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpg,1.69.0.v20210713-1924) Mirroring: osgi.bundle,javax.annotation,1.3.5.v20200909-1856 (Descriptor: canonical: osgi.bundle,javax.annotation,1.3.5.v20200909-1856) 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.equinox.launcher.cocoa.macosx.aarch64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.equinox.security.ui,1.3.0.v20210121-0947 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.ui,1.3.0.v20210121-0947) Mirroring: osgi.bundle,org.eclipse.e4.emf.xpath,0.3.0.v20210722-1426 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.emf.xpath,0.3.0.v20210722-1426) 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.themes,1.2.1500.v20210607-1102 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.themes,1.2.1500.v20210607-1102) Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.21.0.I20210903-1849) Mirroring: osgi.bundle,org.eclipse.equinox.launcher,1.6.300.v20210813-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher,1.6.300.v20210813-1054) Mirroring: osgi.bundle,org.eclipse.jetty.util.ajax,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util.ajax,10.0.6) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.23.0.v20210730-2035 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.23.0.v20210730-2035) Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.2.100.v20210813-0606 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.2.100.v20210813-0606) Mirroring: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.300.v20210427-1937 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.300.v20210427-1937) Mirroring: osgi.bundle,com.sun.jna.platform,5.8.0.v20210406-1004 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,5.8.0.v20210406-1004) Mirroring: binary,org.eclipse.platform_root,4.21.0.v20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform_root,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.eclipse.e4.ui.ide,3.16.0.v20210625-1251 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.ide,3.16.0.v20210625-1251) Mirroring: osgi.bundle,org.eclipse.equinox.security,1.3.700.v20210726-0943 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security,1.3.700.v20210726-0943) Mirroring: osgi.bundle,org.eclipse.ui.externaltools,3.5.100.v20210812-1118 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.externaltools,3.5.100.v20210812-1118) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.core.databinding.observable,1.11.0.v20210722-1426 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable,1.11.0.v20210722-1426) Mirroring: osgi.bundle,org.eclipse.e4.core.di,1.8.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di,1.8.0.v20210723-1034) Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.1.100.v20210108-1832 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.1.100.v20210108-1832) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.100.v20180828-0158 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.100.v20180828-0158) Mirroring: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.4.0.v20210316-1209 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.4.0.v20210316-1209) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.21.0.I20210903-1849) Mirroring: osgi.bundle,org.eclipse.equinox.console,1.4.400.v20210602-1312 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console,1.4.400.v20210602-1312) Mirroring: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.200.v20190812-0909 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.200.v20190812-0909) Mirroring: osgi.bundle,org.eclipse.equinox.app,1.6.0.v20210723-1130 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app,1.6.0.v20210723-1130) Mirroring: osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 (Descriptor: canonical: osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830) Mirroring: osgi.bundle,org.eclipse.rcp,4.21.0.v20210903-1849 (Descriptor: canonical: osgi.bundle,org.eclipse.rcp,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.apache.lucene.core,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui,2.7.200.v20210615-1334 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui,2.7.200.v20210615-1334) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.osgi.util,3.6.100.v20210723-1119 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.util,3.6.100.v20210723-1119) Mirroring: osgi.bundle,org.eclipse.ui.intro.universal,3.4.200.v20210409-1747 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.universal,3.4.200.v20210409-1747) 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,3.10.100.v20210415-0924 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator,3.10.100.v20210415-0924) Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.2.0.v20210315-2228 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.2.0.v20210315-2228) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.3.200.v20210813-0818 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.3.200.v20210813-0818) Mirroring: osgi.bundle,org.eclipse.e4.core.commands,1.0.0.v20210507-1901 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands,1.0.0.v20210507-1901) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.1300.v20210830-0925 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.1300.v20210830-0925) Mirroring: osgi.bundle,org.eclipse.equinox.p2.director,2.5.100.v20210813-0606 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director,2.5.100.v20210813-0606) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.5.200.v20210813-0818 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.5.200.v20210813-0818) Mirroring: osgi.bundle,org.eclipse.ant.core,3.6.100.v20210731-1643 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.core,3.6.100.v20210731-1643) Mirroring: org.eclipse.update.feature,org.eclipse.platform,4.21.0.v20210903-1849 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.platform,4.21.0.v20210903-1849) 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.eclipse.equinox.p2.repository.tools,2.3.0.v20210325-0750 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.3.0.v20210325-0750) Mirroring: osgi.bundle,org.eclipse.ui.browser,3.7.0.v20210621-1136 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.browser,3.7.0.v20210621-1136) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.15.200.v20210816-1658 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.15.200.v20210816-1658) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime,1.1.4.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime,1.1.4.v20210111-1007) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.1300.v20210830-0925 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.1300.v20210830-0925) Mirroring: osgi.bundle,org.eclipse.core.externaltools,1.2.100.v20210812-1118 (Descriptor: canonical: osgi.bundle,org.eclipse.core.externaltools,1.2.100.v20210812-1118) Mirroring: osgi.bundle,com.sun.jna,5.8.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna,5.8.0.v20210503-0343) Mirroring: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.21.0.I20210903-1849) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.1300.v20210830-0925 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.1300.v20210830-0925) Mirroring: osgi.bundle,org.eclipse.ui.views.log,1.3.0.v20210619-1213 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.log,1.3.0.v20210619-1213) Mirroring: osgi.bundle,org.apache.batik.constants,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants,1.14.0.v20210324-0332) Mirroring: osgi.bundle,javax.servlet.jsp,2.2.0.v201112011158 (Descriptor: canonical: osgi.bundle,javax.servlet.jsp,2.2.0.v201112011158) Mirroring: osgi.bundle,org.eclipse.osgi.services,3.10.200.v20210723-0643 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.services,3.10.200.v20210723-0643) Mirroring: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.12.0.v20210618-1953 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.12.0.v20210618-1953) Mirroring: osgi.bundle,org.eclipse.jface.text,3.18.100.v20210820-1651 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text,3.18.100.v20210820-1651) Mirroring: osgi.bundle,org.eclipse.ui.ide,3.18.300.v20210817-1731 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide,3.18.300.v20210817-1731) Mirroring: osgi.bundle,org.eclipse.equinox.bidi,1.4.0.v20210723-1312 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.bidi,1.4.0.v20210723-1312) Mirroring: osgi.bundle,org.apache.batik.util,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.util,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.13.0.v20201026-1147 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.13.0.v20201026-1147) Mirroring: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.400.v20190812-0909 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.400.v20190812-0909) Mirroring: osgi.bundle,org.eclipse.jetty.http,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http,10.0.6) Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.16.200.v20210724-2153 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.16.200.v20210724-2153) Mirroring: osgi.bundle,org.eclipse.equinox.security.linux.x86_64,1.1.500.v20210125-1508 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.linux.x86_64,1.1.500.v20210125-1508) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet,1.7.100.v20210311-1631 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet,1.7.100.v20210311-1631) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench3,0.16.0.v20210619-0956 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench3,0.16.0.v20210619-0956) Mirroring: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.2.0.v20210316-1209 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.2.0.v20210316-1209) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.16.200.v20210723-1326 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.16.200.v20210723-1326) Mirroring: osgi.bundle,org.eclipse.debug.core,3.18.200.v20210721-1355 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.core,3.18.200.v20210721-1355) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.6.1100.v20210830-0925 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.6.1100.v20210830-0925) Mirroring: osgi.bundle,org.eclipse.jetty.io,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io,10.0.6) Mirroring: osgi.bundle,org.eclipse.update.configurator,3.4.800.v20210415-1314 (Descriptor: canonical: osgi.bundle,org.eclipse.update.configurator,3.4.800.v20210415-1314) Mirroring: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.1.100.v20210315-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.1.100.v20210315-0954) Mirroring: osgi.bundle,org.eclipse.jface.databinding,1.13.0.v20210619-1146 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.databinding,1.13.0.v20210619-1146) Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.4.100.v20210630-1916 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.4.100.v20210630-1916) Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.3.0.v20210315-2228 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.3.0.v20210315-2228) Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.16.100.v20210621-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.16.100.v20210621-0954) Mirroring: osgi.bundle,org.eclipse.ui.cocoa,1.2.400.v20191217-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cocoa,1.2.400.v20191217-1850) Mirroring: osgi.bundle,com.sun.el,2.2.0.v201303151357 (Descriptor: canonical: osgi.bundle,com.sun.el,2.2.0.v201303151357) Mirroring: osgi.bundle,org.eclipse.ui.forms,3.11.200.v20210622-0925 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.forms,3.11.200.v20210622-0925) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.117.0.v20210903-1204) 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.equinox.p2.jarprocessor,1.2.0.v20210507-0825 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.2.0.v20210507-0825) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.100.v20200805-0859 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.100.v20200805-0859) Mirroring: osgi.bundle,org.eclipse.ui.editors,3.14.200.v20210622-1002 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors,3.14.200.v20210622-1002) 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,org.apache.commons.io,2.8.0.v20210415-0900 (Descriptor: canonical: osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900) Mirroring: osgi.bundle,org.eclipse.ui.views,3.11.100.v20210816-0811 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views,3.11.100.v20210816-0811) Mirroring: osgi.bundle,org.apache.felix.gogo.shell,1.1.4.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell,1.1.4.v20210111-1007) Mirroring: osgi.bundle,org.eclipse.ui.genericeditor,1.2.0.v20210129-1224 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor,1.2.0.v20210129-1224) Mirroring: osgi.bundle,org.eclipse.equinox.security.linux,1.0.200.v20210616-0726 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.linux,1.0.200.v20210616-0726) Mirroring: osgi.bundle,org.eclipse.equinox.p2.engine,2.7.100.v20210813-0607 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.engine,2.7.100.v20210813-0607) Mirroring: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.1.200.v20190812-0919 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.1.200.v20190812-0919) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt,0.14.300.v20210723-0837 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt,0.14.300.v20210723-0837) Mirroring: osgi.bundle,org.eclipse.ui.monitoring,1.2.0.v20210111-1353 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.monitoring,1.2.0.v20210111-1353) Mirroring: osgi.bundle,org.eclipse.e4.ui.di,1.4.0.v20210621-1133 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.di,1.4.0.v20210621-1133) Mirroring: org.eclipse.update.feature,org.eclipse.e4.rcp,4.21.0.v20210903-1204 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.e4.rcp,4.21.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.e4.ui.services,1.5.0.v20210115-1333 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.services,1.5.0.v20210115-1333) Mirroring: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.1.500.v20190925-1337 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.1.500.v20190925-1337) Mirroring: osgi.bundle,org.eclipse.urischeme,1.2.0.v20210619-0955 (Descriptor: canonical: osgi.bundle,org.eclipse.urischeme,1.2.0.v20210619-0955) Mirroring: osgi.bundle,org.eclipse.help.base,4.3.400.v20210903-1849 (Descriptor: canonical: osgi.bundle,org.eclipse.help.base,4.3.400.v20210903-1849) Mirroring: osgi.bundle,org.eclipse.core.net.linux.x86_64,1.2.500.v20210510-1619 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.linux.x86_64,1.2.500.v20210510-1619) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.2.1.v20210726-1519 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.2.1.v20210726-1519) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,com.ibm.icu,67.1.0.v20200706-1749 (Descriptor: canonical: osgi.bundle,com.ibm.icu,67.1.0.v20200706-1749) Mirroring: osgi.bundle,org.eclipse.core.filebuffers,3.7.0.v20210512-1543 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers,3.7.0.v20210512-1543) Mirroring: osgi.bundle,org.eclipse.ui.net,1.4.0.v20210426-0838 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.net,1.4.0.v20210426-0838) Mirroring: osgi.bundle,com.jcraft.jsch,0.1.55.v20190404-1902 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch,0.1.55.v20190404-1902) Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.1.0.v20201119-1132 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.1.0.v20201119-1132) Mirroring: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.4.200.v20210830-0925 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.4.200.v20210830-0925) Mirroring: org.eclipse.update.feature,org.eclipse.rcp,4.21.0.v20210903-1849 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rcp,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.apache.batik.i18n,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.eclipse.equinox.concurrent,1.2.0.v20210202-1157 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.concurrent,1.2.0.v20210202-1157) Mirroring: osgi.bundle,org.eclipse.e4.ui.dialogs,1.3.0.v20210619-1009 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.dialogs,1.3.0.v20210619-1009) Mirroring: osgi.bundle,org.eclipse.ui.ide.application,1.4.100.v20210506-1050 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide.application,1.4.100.v20210506-1050) Mirroring: osgi.bundle,org.eclipse.equinox.registry,3.11.0.v20210723-1953 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry,3.11.0.v20210723-1953) Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.3.100.v20210615-1334 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.3.100.v20210615-1334) Mirroring: osgi.bundle,org.eclipse.core.contenttype,3.8.0.v20210621-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype,3.8.0.v20210621-0954) Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.4.1.v20210812-1422 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.4.1.v20210812-1422) Mirroring: osgi.bundle,org.eclipse.core.databinding.property,1.9.0.v20210619-1129 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property,1.9.0.v20210619-1129) Mirroring: osgi.bundle,org.apache.felix.gogo.command,1.1.2.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command,1.1.2.v20210111-1007) Mirroring: osgi.bundle,org.eclipse.help.ui,4.3.100.v20210619-0925 (Descriptor: canonical: osgi.bundle,org.eclipse.help.ui,4.3.100.v20210619-0925) Mirroring: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.1.0.v20210426-0951 (Descriptor: canonical: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.1.0.v20210426-0951) Mirroring: osgi.bundle,org.eclipse.e4.core.services,2.3.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.services,2.3.0.v20210723-1034) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.equinox.event,1.6.0.v20210212-1143 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event,1.6.0.v20210212-1143) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench,1.13.0.v20210521-0741 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench,1.13.0.v20210521-0741) Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.21.0.I20210903-1849) Mirroring: osgi.bundle,org.eclipse.ui.intro,3.6.300.v20210721-0921 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro,3.6.300.v20210721-0921) Mirroring: osgi.bundle,org.eclipse.search,3.13.300.v20210806-1124 (Descriptor: canonical: osgi.bundle,org.eclipse.search,3.13.300.v20210806-1124) Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.4.0.v20210315-2228 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.4.0.v20210315-2228) Mirroring: osgi.bundle,org.eclipse.jface.notifications,0.3.0.v20210218-1820 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.notifications,0.3.0.v20210218-1820) Mirroring: osgi.bundle,org.eclipse.jsch.core,1.3.900.v20200422-1935 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.core,1.3.900.v20200422-1935) Mirroring: osgi.bundle,org.slf4j.api,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.api,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher,1.6.100.v20210723-0757 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher,1.6.100.v20210723-0757) Mirroring: osgi.bundle,org.eclipse.ui.workbench,3.123.0.v20210817-0704 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench,3.123.0.v20210817-0704) Mirroring: osgi.bundle,org.eclipse.equinox.p2.repository,2.5.200.v20210813-0803 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository,2.5.200.v20210813-0803) Mirroring: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.2.0.v20210727-1533 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.2.0.v20210727-1533) Mirroring: osgi.bundle,org.eclipse.team.core,3.9.100.v20210604-1207 (Descriptor: canonical: osgi.bundle,org.eclipse.team.core,3.9.100.v20210604-1207) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.core,0.13.100.v20210722-1426 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.core,0.13.100.v20210722-1426) Mirroring: osgi.bundle,org.eclipse.jetty.security,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security,10.0.6) Mirroring: osgi.bundle,org.eclipse.compare.core,3.6.1000.v20201020-1107 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.core,3.6.1000.v20201020-1107) Mirroring: osgi.bundle,org.eclipse.core.commands,3.10.100.v20210722-1426 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands,3.10.100.v20210722-1426) Mirroring: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.equinox.p2.console,1.2.0.v20210315-2042 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.console,1.2.0.v20210315-2042) Mirroring: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.eclipse.jetty.servlet,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet,10.0.6) Mirroring: osgi.bundle,org.eclipse.jsch.ui,1.4.0.v20210426-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.ui,1.4.0.v20210426-0843) Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty,3.8.0.v20210414-1616 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty,3.8.0.v20210414-1616) Mirroring: osgi.bundle,org.apache.felix.scr,2.1.24.v20200924-1939 (Descriptor: canonical: osgi.bundle,org.apache.felix.scr,2.1.24.v20200924-1939) Mirroring: osgi.bundle,org.eclipse.e4.core.contexts,1.9.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.contexts,1.9.0.v20210723-1034) Mirroring: osgi.bundle,org.eclipse.text.quicksearch,1.1.200.v20210616-1255 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch,1.1.200.v20210616-1255) Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.2.0.v20210315-2042 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.2.0.v20210315-2042) Mirroring: osgi.bundle,org.eclipse.core.databinding.beans,1.8.0.v20210619-1111 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans,1.8.0.v20210619-1111) Mirroring: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627 (Descriptor: canonical: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.21.0.I20210903-1849) Mirroring: osgi.bundle,org.eclipse.equinox.http.registry,1.3.0.v20210723-1156 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry,1.3.0.v20210723-1156) Mirroring: osgi.bundle,org.sat4j.pb,2.3.5.v201404071733 (Descriptor: canonical: osgi.bundle,org.sat4j.pb,2.3.5.v201404071733) Mirroring: osgi.bundle,org.eclipse.core.net.linux,1.0.0.v20210424-0724 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.linux,1.0.0.v20210424-0724) Mirroring: osgi.bundle,org.eclipse.team.ui,3.9.100.v20210721-1306 (Descriptor: canonical: osgi.bundle,org.eclipse.team.ui,3.9.100.v20210721-1306) Mirroring: osgi.bundle,org.eclipse.core.resources,3.15.100.v20210818-1523 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources,3.15.100.v20210818-1523) Mirroring: osgi.bundle,org.eclipse.jface,3.23.0.v20210723-1324 (Descriptor: canonical: osgi.bundle,org.eclipse.jface,3.23.0.v20210723-1324) Mirroring: osgi.bundle,org.eclipse.core.net,1.3.1100.v20210424-0724 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net,1.3.1100.v20210424-0724) Mirroring: osgi.bundle,org.eclipse.debug.ui,3.15.100.v20210812-1116 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.ui,3.15.100.v20210812-1116) Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.3.0.v20210316-1209 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.3.0.v20210316-1209) Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata,2.6.100.v20210813-0606 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata,2.6.100.v20210813-0606) Mirroring: osgi.bundle,org.eclipse.equinox.common,3.15.0.v20210518-0604 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common,3.15.0.v20210518-0604) Mirroring: osgi.bundle,org.eclipse.ui,3.119.100.v20210830-0942 (Descriptor: canonical: osgi.bundle,org.eclipse.ui,3.119.100.v20210830-0942) Mirroring: osgi.bundle,org.eclipse.core.filesystem,1.9.100.v20210611-0919 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem,1.9.100.v20210611-0919) Mirroring: org.eclipse.update.feature,org.eclipse.help,2.3.700.v20210903-1849 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.help,2.3.700.v20210903-1849) Mirroring: osgi.bundle,org.eclipse.compare,3.8.100.v20210805-1512 (Descriptor: canonical: osgi.bundle,org.eclipse.compare,3.8.100.v20210805-1512) Mirroring: osgi.bundle,org.bouncycastle.bcprov,1.69.0.v20210713-1924 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcprov,1.69.0.v20210713-1924) Mirroring: osgi.bundle,org.eclipse.ltk.core.refactoring,3.12.0.v20210618-1953 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.core.refactoring,3.12.0.v20210618-1953) Mirroring: osgi.bundle,org.eclipse.core.databinding,1.10.100.v20200926-1123 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding,1.10.100.v20200926-1123) Mirroring: osgi.bundle,org.apache.batik.css,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.css,1.14.0.v20210324-0332) Mirroring: osgi.bundle,jakarta.servlet-api,4.0.0 (Descriptor: canonical: osgi.bundle,jakarta.servlet-api,4.0.0) Mirroring: osgi.bundle,org.eclipse.platform.doc.user,4.21.0.v20210901-0815 (Descriptor: canonical: osgi.bundle,org.eclipse.platform.doc.user,4.21.0.v20210901-0815) Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.2.0.v20210723-2021 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.2.0.v20210723-2021) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.21.0.I20210903-1849) Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.4.0.v20210315-2228 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.4.0.v20210315-2228) [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:mirror (mirror-org.eclipse.platform.source) @ eclipse.platform.repository --- [INFO] Mirroring to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repos/org.eclipse.platform.source... Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.12.600.v20200416-0656 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.12.600.v20200416-0656) Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions,0.17.0.v20210625-1052 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions,0.17.0.v20210625-1052) Mirroring: osgi.bundle,org.eclipse.jetty.server,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server,10.0.6) Mirroring: osgi.bundle,org.eclipse.jetty.util,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util,10.0.6) Mirroring: osgi.bundle,org.eclipse.compare.win32,1.2.800.v20200127-1343 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.win32,1.2.800.v20200127-1343) Mirroring: osgi.bundle,org.eclipse.core.expressions,3.8.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions,3.8.0.v20210723-1034) 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.apache.ant,1.10.11.v20210720-1445 (Descriptor: canonical: osgi.bundle,org.apache.ant,1.10.11.v20210720-1445) Mirroring: osgi.bundle,org.eclipse.ui.cheatsheets,3.7.300.v20210507-0822 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cheatsheets,3.7.300.v20210507-0822) Mirroring: osgi.bundle,org.eclipse.help.webapp,3.10.400.v20210604-1216 (Descriptor: canonical: osgi.bundle,org.eclipse.help.webapp,3.10.400.v20210604-1216) Mirroring: osgi.bundle,org.eclipse.text,3.12.0.v20210512-1644 (Descriptor: canonical: osgi.bundle,org.eclipse.text,3.12.0.v20210512-1644) Mirroring: osgi.bundle,org.eclipse.swt,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.2.100.v20210703-1540 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.2.100.v20210703-1540) Mirroring: osgi.bundle,org.eclipse.ui.win32,3.4.400.v20200414-1247 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.win32,3.4.400.v20200414-1247) Mirroring: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.9.100.v20201223-1348 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.9.100.v20201223-1348) Mirroring: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.4.0.v20210312-1245 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.4.0.v20210312-1245) Mirroring: osgi.bundle,javax.inject,1.0.0.v20091030 (Descriptor: canonical: osgi.bundle,javax.inject,1.0.0.v20091030) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.ui.navigator.resources,3.8.200.v20210803-2129 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator.resources,3.8.200.v20210803-2129) Mirroring: osgi.bundle,org.eclipse.equinox.preferences,3.9.0.v20210726-0943 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences,3.9.0.v20210726-0943) Mirroring: osgi.bundle,org.sat4j.core,2.3.5.v201308161310 (Descriptor: canonical: osgi.bundle,org.sat4j.core,2.3.5.v201308161310) Mirroring: osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502 (Descriptor: canonical: osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502) Mirroring: osgi.bundle,org.eclipse.osgi,3.17.0.v20210823-1805 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.17.0.v20210823-1805) Mirroring: osgi.bundle,org.eclipse.ui.console,3.11.100.v20210721-1355 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.console,3.11.100.v20210721-1355) Mirroring: osgi.bundle,org.eclipse.e4.core.di.annotations,1.7.0.v20210625-1052 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.annotations,1.7.0.v20210625-1052) Mirroring: osgi.bundle,org.eclipse.core.jobs,3.12.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs,3.12.0.v20210723-1034) Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings,0.13.100.v20210722-1426 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings,0.13.100.v20210722-1426) Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.1.500.v20200422-1833 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.1.500.v20200422-1833) Mirroring: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.3.200.v20210613-1953 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.3.200.v20210613-1953) Mirroring: osgi.bundle,org.eclipse.platform,4.21.0.v20210903-1849 (Descriptor: canonical: osgi.bundle,org.eclipse.platform,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.4.300.v20210813-1521 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.4.300.v20210813-1521) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.300.v20180828-0158 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.300.v20180828-0158) Mirroring: osgi.bundle,org.tukaani.xz,1.9.0.v20210624-1259 (Descriptor: canonical: osgi.bundle,org.tukaani.xz,1.9.0.v20210624-1259) Mirroring: osgi.bundle,org.eclipse.e4.ui.widgets,1.3.0.v20210621-1136 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.widgets,1.3.0.v20210621-1136) Mirroring: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.500.v20210730-0750 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.500.v20210730-0750) Mirroring: osgi.bundle,org.eclipse.equinox.p2.director.app,1.2.0.v20210315-2042 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director.app,1.2.0.v20210315-2042) Mirroring: binary,org.eclipse.rcp_root,4.21.0.v20210903-1849 (Descriptor: canonical: binary,org.eclipse.rcp_root,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.apache.xmlgraphics,2.6.0.v20210409-0748 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics,2.6.0.v20210409-0748) Mirroring: osgi.bundle,javax.el,2.2.0.v201303151357 (Descriptor: canonical: osgi.bundle,javax.el,2.2.0.v201303151357) Mirroring: osgi.bundle,org.eclipse.equinox.p2.core,2.8.0.v20210618-0742 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.core,2.8.0.v20210618-0742) Mirroring: osgi.bundle,org.eclipse.equinox.p2.operations,2.6.0.v20210315-2228 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.operations,2.6.0.v20210315-2228) Mirroring: osgi.bundle,org.bouncycastle.bcpg,1.69.0.v20210713-1924 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpg,1.69.0.v20210713-1924) Mirroring: osgi.bundle,javax.annotation,1.3.5.v20200909-1856 (Descriptor: canonical: osgi.bundle,javax.annotation,1.3.5.v20200909-1856) 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.equinox.launcher.cocoa.macosx.aarch64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.equinox.security.ui,1.3.0.v20210121-0947 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.ui,1.3.0.v20210121-0947) Mirroring: osgi.bundle,org.eclipse.e4.emf.xpath,0.3.0.v20210722-1426 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.emf.xpath,0.3.0.v20210722-1426) 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.themes,1.2.1500.v20210607-1102 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.themes,1.2.1500.v20210607-1102) Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.21.0.I20210903-1849) Mirroring: osgi.bundle,org.eclipse.equinox.launcher,1.6.300.v20210813-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher,1.6.300.v20210813-1054) Mirroring: osgi.bundle,org.eclipse.jetty.util.ajax,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util.ajax,10.0.6) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.23.0.v20210730-2035 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.23.0.v20210730-2035) Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.2.100.v20210813-0606 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.2.100.v20210813-0606) Mirroring: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.300.v20210427-1937 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.300.v20210427-1937) Mirroring: osgi.bundle,com.sun.jna.platform,5.8.0.v20210406-1004 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,5.8.0.v20210406-1004) Mirroring: binary,org.eclipse.platform_root,4.21.0.v20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform_root,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.eclipse.e4.ui.ide,3.16.0.v20210625-1251 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.ide,3.16.0.v20210625-1251) Mirroring: osgi.bundle,org.eclipse.equinox.security,1.3.700.v20210726-0943 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security,1.3.700.v20210726-0943) Mirroring: osgi.bundle,org.eclipse.ui.externaltools,3.5.100.v20210812-1118 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.externaltools,3.5.100.v20210812-1118) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.core.databinding.observable,1.11.0.v20210722-1426 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable,1.11.0.v20210722-1426) Mirroring: osgi.bundle,org.eclipse.e4.core.di,1.8.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di,1.8.0.v20210723-1034) Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.1.100.v20210108-1832 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.1.100.v20210108-1832) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.100.v20180828-0158 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.100.v20180828-0158) Mirroring: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.4.0.v20210316-1209 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.4.0.v20210316-1209) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.21.0.I20210903-1849) Mirroring: osgi.bundle,org.eclipse.equinox.console,1.4.400.v20210602-1312 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console,1.4.400.v20210602-1312) Mirroring: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.200.v20190812-0909 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.200.v20190812-0909) Mirroring: osgi.bundle,org.eclipse.equinox.app,1.6.0.v20210723-1130 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app,1.6.0.v20210723-1130) Mirroring: osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 (Descriptor: canonical: osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830) Mirroring: osgi.bundle,org.eclipse.rcp,4.21.0.v20210903-1849 (Descriptor: canonical: osgi.bundle,org.eclipse.rcp,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.apache.lucene.core,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui,2.7.200.v20210615-1334 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui,2.7.200.v20210615-1334) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.osgi.util,3.6.100.v20210723-1119 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.util,3.6.100.v20210723-1119) Mirroring: osgi.bundle,org.eclipse.ui.intro.universal,3.4.200.v20210409-1747 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.universal,3.4.200.v20210409-1747) 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,3.10.100.v20210415-0924 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator,3.10.100.v20210415-0924) Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.2.0.v20210315-2228 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.2.0.v20210315-2228) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.3.200.v20210813-0818 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.3.200.v20210813-0818) Mirroring: osgi.bundle,org.eclipse.e4.core.commands,1.0.0.v20210507-1901 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands,1.0.0.v20210507-1901) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.1300.v20210830-0925 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.1300.v20210830-0925) Mirroring: osgi.bundle,org.eclipse.equinox.p2.director,2.5.100.v20210813-0606 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director,2.5.100.v20210813-0606) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.5.200.v20210813-0818 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.5.200.v20210813-0818) Mirroring: osgi.bundle,org.eclipse.ant.core,3.6.100.v20210731-1643 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.core,3.6.100.v20210731-1643) Mirroring: org.eclipse.update.feature,org.eclipse.platform,4.21.0.v20210903-1849 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.platform,4.21.0.v20210903-1849) 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.eclipse.equinox.p2.repository.tools,2.3.0.v20210325-0750 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.3.0.v20210325-0750) Mirroring: osgi.bundle,org.eclipse.ui.browser,3.7.0.v20210621-1136 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.browser,3.7.0.v20210621-1136) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.15.200.v20210816-1658 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.15.200.v20210816-1658) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime,1.1.4.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime,1.1.4.v20210111-1007) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.1300.v20210830-0925 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.1300.v20210830-0925) Mirroring: osgi.bundle,org.eclipse.core.externaltools,1.2.100.v20210812-1118 (Descriptor: canonical: osgi.bundle,org.eclipse.core.externaltools,1.2.100.v20210812-1118) Mirroring: osgi.bundle,com.sun.jna,5.8.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna,5.8.0.v20210503-0343) Mirroring: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.21.0.I20210903-1849) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.1300.v20210830-0925 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.1300.v20210830-0925) Mirroring: osgi.bundle,org.eclipse.ui.views.log,1.3.0.v20210619-1213 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.log,1.3.0.v20210619-1213) Mirroring: osgi.bundle,org.apache.batik.constants,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants,1.14.0.v20210324-0332) Mirroring: osgi.bundle,javax.servlet.jsp,2.2.0.v201112011158 (Descriptor: canonical: osgi.bundle,javax.servlet.jsp,2.2.0.v201112011158) Mirroring: osgi.bundle,org.eclipse.osgi.services,3.10.200.v20210723-0643 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.services,3.10.200.v20210723-0643) Mirroring: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.12.0.v20210618-1953 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.12.0.v20210618-1953) Mirroring: osgi.bundle,org.eclipse.jface.text,3.18.100.v20210820-1651 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text,3.18.100.v20210820-1651) Mirroring: osgi.bundle,org.eclipse.ui.ide,3.18.300.v20210817-1731 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide,3.18.300.v20210817-1731) Mirroring: osgi.bundle,org.eclipse.equinox.bidi,1.4.0.v20210723-1312 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.bidi,1.4.0.v20210723-1312) Mirroring: osgi.bundle,org.apache.batik.util,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.util,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.13.0.v20201026-1147 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.13.0.v20201026-1147) Mirroring: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.400.v20190812-0909 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.400.v20190812-0909) Mirroring: osgi.bundle,org.eclipse.jetty.http,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http,10.0.6) Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.16.200.v20210724-2153 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.16.200.v20210724-2153) Mirroring: osgi.bundle,org.eclipse.equinox.security.linux.x86_64,1.1.500.v20210125-1508 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.linux.x86_64,1.1.500.v20210125-1508) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet,1.7.100.v20210311-1631 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet,1.7.100.v20210311-1631) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench3,0.16.0.v20210619-0956 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench3,0.16.0.v20210619-0956) Mirroring: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.2.0.v20210316-1209 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.2.0.v20210316-1209) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.16.200.v20210723-1326 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.16.200.v20210723-1326) Mirroring: osgi.bundle,org.eclipse.debug.core,3.18.200.v20210721-1355 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.core,3.18.200.v20210721-1355) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.6.1100.v20210830-0925 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.6.1100.v20210830-0925) Mirroring: osgi.bundle,org.eclipse.jetty.io,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io,10.0.6) Mirroring: osgi.bundle,org.eclipse.update.configurator,3.4.800.v20210415-1314 (Descriptor: canonical: osgi.bundle,org.eclipse.update.configurator,3.4.800.v20210415-1314) Mirroring: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.1.100.v20210315-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.1.100.v20210315-0954) Mirroring: osgi.bundle,org.eclipse.jface.databinding,1.13.0.v20210619-1146 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.databinding,1.13.0.v20210619-1146) Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.4.100.v20210630-1916 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.4.100.v20210630-1916) Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.3.0.v20210315-2228 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.3.0.v20210315-2228) Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.16.100.v20210621-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.16.100.v20210621-0954) Mirroring: osgi.bundle,org.eclipse.ui.cocoa,1.2.400.v20191217-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cocoa,1.2.400.v20191217-1850) Mirroring: osgi.bundle,com.sun.el,2.2.0.v201303151357 (Descriptor: canonical: osgi.bundle,com.sun.el,2.2.0.v201303151357) Mirroring: osgi.bundle,org.eclipse.ui.forms,3.11.200.v20210622-0925 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.forms,3.11.200.v20210622-0925) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.117.0.v20210903-1204) 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.equinox.p2.jarprocessor,1.2.0.v20210507-0825 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.2.0.v20210507-0825) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.100.v20200805-0859 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.100.v20200805-0859) Mirroring: osgi.bundle,org.eclipse.ui.editors,3.14.200.v20210622-1002 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors,3.14.200.v20210622-1002) 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,org.apache.commons.io,2.8.0.v20210415-0900 (Descriptor: canonical: osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900) Mirroring: osgi.bundle,org.eclipse.ui.views,3.11.100.v20210816-0811 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views,3.11.100.v20210816-0811) Mirroring: osgi.bundle,org.apache.felix.gogo.shell,1.1.4.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell,1.1.4.v20210111-1007) Mirroring: osgi.bundle,org.eclipse.ui.genericeditor,1.2.0.v20210129-1224 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor,1.2.0.v20210129-1224) Mirroring: osgi.bundle,org.eclipse.equinox.security.linux,1.0.200.v20210616-0726 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.linux,1.0.200.v20210616-0726) Mirroring: osgi.bundle,org.eclipse.equinox.p2.engine,2.7.100.v20210813-0607 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.engine,2.7.100.v20210813-0607) Mirroring: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.1.200.v20190812-0919 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.1.200.v20190812-0919) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt,0.14.300.v20210723-0837 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt,0.14.300.v20210723-0837) Mirroring: osgi.bundle,org.eclipse.ui.monitoring,1.2.0.v20210111-1353 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.monitoring,1.2.0.v20210111-1353) Mirroring: osgi.bundle,org.eclipse.e4.ui.di,1.4.0.v20210621-1133 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.di,1.4.0.v20210621-1133) Mirroring: org.eclipse.update.feature,org.eclipse.e4.rcp,4.21.0.v20210903-1204 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.e4.rcp,4.21.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.e4.ui.services,1.5.0.v20210115-1333 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.services,1.5.0.v20210115-1333) Mirroring: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.1.500.v20190925-1337 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.1.500.v20190925-1337) Mirroring: osgi.bundle,org.eclipse.urischeme,1.2.0.v20210619-0955 (Descriptor: canonical: osgi.bundle,org.eclipse.urischeme,1.2.0.v20210619-0955) Mirroring: osgi.bundle,org.eclipse.help.base,4.3.400.v20210903-1849 (Descriptor: canonical: osgi.bundle,org.eclipse.help.base,4.3.400.v20210903-1849) Mirroring: osgi.bundle,org.eclipse.core.net.linux.x86_64,1.2.500.v20210510-1619 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.linux.x86_64,1.2.500.v20210510-1619) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.2.1.v20210726-1519 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.2.1.v20210726-1519) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,com.ibm.icu,67.1.0.v20200706-1749 (Descriptor: canonical: osgi.bundle,com.ibm.icu,67.1.0.v20200706-1749) Mirroring: osgi.bundle,org.eclipse.core.filebuffers,3.7.0.v20210512-1543 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers,3.7.0.v20210512-1543) Mirroring: osgi.bundle,org.eclipse.ui.net,1.4.0.v20210426-0838 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.net,1.4.0.v20210426-0838) Mirroring: osgi.bundle,com.jcraft.jsch,0.1.55.v20190404-1902 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch,0.1.55.v20190404-1902) Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.1.0.v20201119-1132 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.1.0.v20201119-1132) Mirroring: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.4.200.v20210830-0925 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.4.200.v20210830-0925) Mirroring: org.eclipse.update.feature,org.eclipse.rcp,4.21.0.v20210903-1849 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rcp,4.21.0.v20210903-1849) Mirroring: osgi.bundle,org.apache.batik.i18n,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.eclipse.equinox.concurrent,1.2.0.v20210202-1157 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.concurrent,1.2.0.v20210202-1157) Mirroring: osgi.bundle,org.eclipse.e4.ui.dialogs,1.3.0.v20210619-1009 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.dialogs,1.3.0.v20210619-1009) Mirroring: osgi.bundle,org.eclipse.ui.ide.application,1.4.100.v20210506-1050 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide.application,1.4.100.v20210506-1050) Mirroring: osgi.bundle,org.eclipse.equinox.registry,3.11.0.v20210723-1953 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry,3.11.0.v20210723-1953) Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.3.100.v20210615-1334 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.3.100.v20210615-1334) Mirroring: osgi.bundle,org.eclipse.core.contenttype,3.8.0.v20210621-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype,3.8.0.v20210621-0954) Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.4.1.v20210812-1422 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.4.1.v20210812-1422) Mirroring: osgi.bundle,org.eclipse.core.databinding.property,1.9.0.v20210619-1129 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property,1.9.0.v20210619-1129) Mirroring: osgi.bundle,org.apache.felix.gogo.command,1.1.2.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command,1.1.2.v20210111-1007) Mirroring: osgi.bundle,org.eclipse.help.ui,4.3.100.v20210619-0925 (Descriptor: canonical: osgi.bundle,org.eclipse.help.ui,4.3.100.v20210619-0925) Mirroring: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.1.0.v20210426-0951 (Descriptor: canonical: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.1.0.v20210426-0951) Mirroring: osgi.bundle,org.eclipse.e4.core.services,2.3.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.services,2.3.0.v20210723-1034) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.equinox.event,1.6.0.v20210212-1143 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event,1.6.0.v20210212-1143) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench,1.13.0.v20210521-0741 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench,1.13.0.v20210521-0741) Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.21.0.I20210903-1849) Mirroring: osgi.bundle,org.eclipse.ui.intro,3.6.300.v20210721-0921 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro,3.6.300.v20210721-0921) Mirroring: osgi.bundle,org.eclipse.search,3.13.300.v20210806-1124 (Descriptor: canonical: osgi.bundle,org.eclipse.search,3.13.300.v20210806-1124) Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.4.0.v20210315-2228 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.4.0.v20210315-2228) Mirroring: osgi.bundle,org.eclipse.jface.notifications,0.3.0.v20210218-1820 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.notifications,0.3.0.v20210218-1820) Mirroring: osgi.bundle,org.eclipse.jsch.core,1.3.900.v20200422-1935 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.core,1.3.900.v20200422-1935) Mirroring: osgi.bundle,org.slf4j.api,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.api,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher,1.6.100.v20210723-0757 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher,1.6.100.v20210723-0757) Mirroring: osgi.bundle,org.eclipse.ui.workbench,3.123.0.v20210817-0704 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench,3.123.0.v20210817-0704) Mirroring: osgi.bundle,org.eclipse.equinox.p2.repository,2.5.200.v20210813-0803 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository,2.5.200.v20210813-0803) Mirroring: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.2.0.v20210727-1533 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.2.0.v20210727-1533) Mirroring: osgi.bundle,org.eclipse.team.core,3.9.100.v20210604-1207 (Descriptor: canonical: osgi.bundle,org.eclipse.team.core,3.9.100.v20210604-1207) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.core,0.13.100.v20210722-1426 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.core,0.13.100.v20210722-1426) Mirroring: osgi.bundle,org.eclipse.jetty.security,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security,10.0.6) Mirroring: osgi.bundle,org.eclipse.compare.core,3.6.1000.v20201020-1107 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.core,3.6.1000.v20201020-1107) Mirroring: osgi.bundle,org.eclipse.core.commands,3.10.100.v20210722-1426 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands,3.10.100.v20210722-1426) Mirroring: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.equinox.p2.console,1.2.0.v20210315-2042 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.console,1.2.0.v20210315-2042) Mirroring: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.eclipse.jetty.servlet,10.0.6 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet,10.0.6) Mirroring: osgi.bundle,org.eclipse.jsch.ui,1.4.0.v20210426-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.ui,1.4.0.v20210426-0843) Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty,3.8.0.v20210414-1616 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty,3.8.0.v20210414-1616) Mirroring: osgi.bundle,org.apache.felix.scr,2.1.24.v20200924-1939 (Descriptor: canonical: osgi.bundle,org.apache.felix.scr,2.1.24.v20200924-1939) Mirroring: osgi.bundle,org.eclipse.e4.core.contexts,1.9.0.v20210723-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.contexts,1.9.0.v20210723-1034) Mirroring: osgi.bundle,org.eclipse.text.quicksearch,1.1.200.v20210616-1255 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch,1.1.200.v20210616-1255) Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.2.0.v20210315-2042 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.2.0.v20210315-2042) Mirroring: osgi.bundle,org.eclipse.core.databinding.beans,1.8.0.v20210619-1111 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans,1.8.0.v20210619-1111) Mirroring: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627 (Descriptor: canonical: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.21.0.I20210903-1849) Mirroring: osgi.bundle,org.eclipse.equinox.http.registry,1.3.0.v20210723-1156 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry,1.3.0.v20210723-1156) Mirroring: osgi.bundle,org.sat4j.pb,2.3.5.v201404071733 (Descriptor: canonical: osgi.bundle,org.sat4j.pb,2.3.5.v201404071733) Mirroring: osgi.bundle,org.eclipse.core.net.linux,1.0.0.v20210424-0724 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.linux,1.0.0.v20210424-0724) Mirroring: osgi.bundle,org.eclipse.team.ui,3.9.100.v20210721-1306 (Descriptor: canonical: osgi.bundle,org.eclipse.team.ui,3.9.100.v20210721-1306) Mirroring: osgi.bundle,org.eclipse.core.resources,3.15.100.v20210818-1523 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources,3.15.100.v20210818-1523) Mirroring: osgi.bundle,org.eclipse.jface,3.23.0.v20210723-1324 (Descriptor: canonical: osgi.bundle,org.eclipse.jface,3.23.0.v20210723-1324) Mirroring: osgi.bundle,org.eclipse.core.net,1.3.1100.v20210424-0724 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net,1.3.1100.v20210424-0724) Mirroring: osgi.bundle,org.eclipse.debug.ui,3.15.100.v20210812-1116 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.ui,3.15.100.v20210812-1116) Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.117.0.v20210903-1204 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.117.0.v20210903-1204) Mirroring: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.3.0.v20210316-1209 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.3.0.v20210316-1209) Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata,2.6.100.v20210813-0606 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata,2.6.100.v20210813-0606) Mirroring: osgi.bundle,org.eclipse.equinox.common,3.15.0.v20210518-0604 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common,3.15.0.v20210518-0604) Mirroring: osgi.bundle,org.eclipse.ui,3.119.100.v20210830-0942 (Descriptor: canonical: osgi.bundle,org.eclipse.ui,3.119.100.v20210830-0942) Mirroring: osgi.bundle,org.eclipse.core.filesystem,1.9.100.v20210611-0919 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem,1.9.100.v20210611-0919) Mirroring: org.eclipse.update.feature,org.eclipse.help,2.3.700.v20210903-1849 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.help,2.3.700.v20210903-1849) Mirroring: osgi.bundle,org.eclipse.compare,3.8.100.v20210805-1512 (Descriptor: canonical: osgi.bundle,org.eclipse.compare,3.8.100.v20210805-1512) Mirroring: osgi.bundle,org.bouncycastle.bcprov,1.69.0.v20210713-1924 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcprov,1.69.0.v20210713-1924) Mirroring: osgi.bundle,org.eclipse.ltk.core.refactoring,3.12.0.v20210618-1953 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.core.refactoring,3.12.0.v20210618-1953) Mirroring: osgi.bundle,org.eclipse.core.databinding,1.10.100.v20200926-1123 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding,1.10.100.v20200926-1123) Mirroring: osgi.bundle,org.apache.batik.css,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.css,1.14.0.v20210324-0332) Mirroring: osgi.bundle,jakarta.servlet-api,4.0.0 (Descriptor: canonical: osgi.bundle,jakarta.servlet-api,4.0.0) Mirroring: osgi.bundle,org.eclipse.platform.doc.user,4.21.0.v20210901-0815 (Descriptor: canonical: osgi.bundle,org.eclipse.platform.doc.user,4.21.0.v20210901-0815) Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.2.0.v20210723-2021 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.2.0.v20210723-2021) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.21.0.I20210903-1849 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.21.0.I20210903-1849) Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.4.0.v20210315-2228 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.4.0.v20210315-2228) [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:mirror (mirror-org.eclipse.rcp) @ eclipse.platform.repository --- [INFO] Mirroring to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repos/org.eclipse.rcp... [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:mirror (mirror-org.eclipse.rcp.source) @ eclipse.platform.repository --- [INFO] Mirroring to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repos/org.eclipse.rcp.source... Mirroring: osgi.bundle,org.eclipse.equinox.launcher,1.6.300.v20210813-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher,1.6.300.v20210813-1054) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.300.v20210828-0802) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.executable,3.8.1300.v20210903-1627 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.executable,3.8.1300.v20210903-1627) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.300.v20210828-0802) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.300.v20210828-0802 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.300.v20210828-0802) [INFO] [INFO] --- tycho-p2-director-plugin:2.4.0: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/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/linux/gtk/x86_64/eclipse Installing org.eclipse.platform.ide 4.21.0.I20210903-1849. Operation completed in 6289 ms. [INFO] Installing product org.eclipse.platform.ide for environment linux/gtk/ppc64le to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/linux/gtk/ppc64le/eclipse Installing org.eclipse.platform.ide 4.21.0.I20210903-1849. Operation completed in 5689 ms. [INFO] Installing product org.eclipse.platform.ide for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/linux/gtk/aarch64/eclipse Installing org.eclipse.platform.ide 4.21.0.I20210903-1849. Operation completed in 5668 ms. [INFO] Installing product org.eclipse.platform.ide for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/win32/win32/x86_64/eclipse Installing org.eclipse.platform.ide 4.21.0.I20210903-1849. Operation completed in 5612 ms. [INFO] Installing product org.eclipse.platform.ide for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.21.0.I20210903-1849. Operation completed in 5524 ms. [INFO] Installing product org.eclipse.platform.ide for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/macosx/cocoa/aarch64/Eclipse.app Installing org.eclipse.platform.ide 4.21.0.I20210903-1849. Operation completed in 5555 ms. [INFO] Installing product org.eclipse.sdk.ide for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/linux/gtk/x86_64/eclipse Installing org.eclipse.sdk.ide 4.21.0.I20210903-1849. Installing org.eclipse.e4.core.tools.feature.feature.group 4.21.0.v20210604-0630. Installing org.eclipse.tips.feature.feature.group 0.2.1500.v20210706-0706. Installing org.eclipse.tips.feature.source.feature.group 0.2.1500.v20210706-0706. Operation completed in 13930 ms. [INFO] Installing product org.eclipse.sdk.ide for environment linux/gtk/ppc64le to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/linux/gtk/ppc64le/eclipse Installing org.eclipse.sdk.ide 4.21.0.I20210903-1849. Installing org.eclipse.e4.core.tools.feature.feature.group 4.21.0.v20210604-0630. Installing org.eclipse.tips.feature.feature.group 0.2.1500.v20210706-0706. Installing org.eclipse.tips.feature.source.feature.group 0.2.1500.v20210706-0706. Operation completed in 13910 ms. [INFO] Installing product org.eclipse.sdk.ide for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/linux/gtk/aarch64/eclipse Installing org.eclipse.sdk.ide 4.21.0.I20210903-1849. Installing org.eclipse.e4.core.tools.feature.feature.group 4.21.0.v20210604-0630. Installing org.eclipse.tips.feature.feature.group 0.2.1500.v20210706-0706. Installing org.eclipse.tips.feature.source.feature.group 0.2.1500.v20210706-0706. Operation completed in 13371 ms. [INFO] Installing product org.eclipse.sdk.ide for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/win32/win32/x86_64/eclipse Installing org.eclipse.sdk.ide 4.21.0.I20210903-1849. Installing org.eclipse.e4.core.tools.feature.feature.group 4.21.0.v20210604-0630. Installing org.eclipse.tips.feature.feature.group 0.2.1500.v20210706-0706. Installing org.eclipse.tips.feature.source.feature.group 0.2.1500.v20210706-0706. Operation completed in 13716 ms. [INFO] Installing product org.eclipse.sdk.ide for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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.21.0.I20210903-1849. Installing org.eclipse.e4.core.tools.feature.feature.group 4.21.0.v20210604-0630. Installing org.eclipse.tips.feature.feature.group 0.2.1500.v20210706-0706. Installing org.eclipse.tips.feature.source.feature.group 0.2.1500.v20210706-0706. Operation completed in 13666 ms. [INFO] Installing product org.eclipse.sdk.ide for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/macosx/cocoa/aarch64/Eclipse.app Installing org.eclipse.sdk.ide 4.21.0.I20210903-1849. Installing org.eclipse.e4.core.tools.feature.feature.group 4.21.0.v20210604-0630. Installing org.eclipse.tips.feature.feature.group 0.2.1500.v20210706-0706. Installing org.eclipse.tips.feature.source.feature.group 0.2.1500.v20210706-0706. Operation completed in 13916 ms. [INFO] [INFO] --- tycho-p2-director-plugin:2.4.0:archive-products (archive-products) @ eclipse.platform.repository --- [INFO] Building tar: /home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/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/eng.aggregator_R4_21_maintenance/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-macosx.cocoa.aarch64.tar.gz [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.repository --- [INFO] Skipped [INFO] [INFO] --------------< org.eclipse.platform:platform-aggregator >-------------- [INFO] Building platform-aggregator 4.21.0-SNAPSHOT [495/495] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ platform-aggregator --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] eclipse-platform-parent 4.21.0-SNAPSHOT ............ SUCCESS [ 32.672 s] [INFO] eclipse-sdk-prereqs 4.21.0-SNAPSHOT ................ SUCCESS [ 2.529 s] [INFO] eclipse jdt 4.21.0-SNAPSHOT ........................ SUCCESS [ 0.005 s] [INFO] rt.equinox.framework 4.21.0-SNAPSHOT ............... SUCCESS [ 0.005 s] [INFO] org.eclipse.osgi 3.17.0-SNAPSHOT ................... SUCCESS [ 48.373 s] [INFO] org.eclipse.osgi.util 3.6.100-SNAPSHOT ............. SUCCESS [ 0.619 s] [INFO] org.eclipse.osgi.services 3.10.200-SNAPSHOT ........ SUCCESS [ 4.746 s] [INFO] rt.equinox.bundles 4.21.0-SNAPSHOT ................. SUCCESS [ 0.007 s] [INFO] org.eclipse.equinox.common 3.15.0-SNAPSHOT ......... SUCCESS [ 4.605 s] [INFO] eclipse.platform.ui 4.21.0-SNAPSHOT ................ SUCCESS [ 0.005 s] [INFO] org.eclipse.core.commands 3.10.100-SNAPSHOT ........ SUCCESS [ 3.720 s] [INFO] eclipse.platform.runtime 4.21.0-SNAPSHOT ........... SUCCESS [ 0.004 s] [INFO] org.eclipse.core.jobs 3.12.0-SNAPSHOT .............. SUCCESS [ 3.468 s] [INFO] org.eclipse.equinox.registry 3.11.0-SNAPSHOT ....... SUCCESS [ 3.821 s] [INFO] org.eclipse.equinox.preferences 3.9.0-SNAPSHOT ..... SUCCESS [ 3.954 s] [INFO] org.eclipse.core.contenttype 3.8.0-SNAPSHOT ........ SUCCESS [ 3.511 s] [INFO] eclipse.platform.ui.bundles 4.21.0-SNAPSHOT ........ SUCCESS [ 0.004 s] [INFO] [bundle] JFace Data Binding Observables 1.11.0-SNAPSHOT SUCCESS [ 4.653 s] [INFO] [bundle] JFace Data Binding Properties 1.9.0-SNAPSHOT SUCCESS [ 3.873 s] [INFO] [bundle] JFace Data Binding 1.10.100-SNAPSHOT ...... SUCCESS [ 3.843 s] [INFO] org.eclipse.equinox.app 1.6.0-SNAPSHOT ............. SUCCESS [ 3.708 s] [INFO] org.eclipse.core.runtime 3.23.0-SNAPSHOT ........... SUCCESS [ 3.699 s] [INFO] org.eclipse.core.expressions 3.8.0-SNAPSHOT ........ SUCCESS [ 3.563 s] [INFO] org.eclipse.e4.core.di.annotations 1.7.0-SNAPSHOT .. SUCCESS [ 3.133 s] [INFO] org.eclipse.e4.core.di 1.8.0-SNAPSHOT .............. SUCCESS [ 2.740 s] [INFO] org.eclipse.e4.core.contexts 1.9.0-SNAPSHOT ........ SUCCESS [ 3.469 s] [INFO] org.eclipse.e4.core.services 2.3.0-SNAPSHOT ........ SUCCESS [ 3.338 s] [INFO] [bundle] Eclipse e4 core commands 1.0.0-SNAPSHOT ... SUCCESS [ 3.169 s] [INFO] org.eclipse.e4.core.di.extensions 0.17.0-SNAPSHOT .. SUCCESS [ 2.700 s] [INFO] org.eclipse.e4.core.di.extensions.supplier 0.16.100-SNAPSHOT SUCCESS [ 3.086 s] [INFO] [bundle] Eclipse Model Xpath 0.3.0-SNAPSHOT ........ SUCCESS [ 3.315 s] [INFO] eclipse.platform.swt 4.21.0-SNAPSHOT ............... SUCCESS [ 0.004 s] [INFO] org.eclipse.swt 3.117.0-SNAPSHOT ................... SUCCESS [ 2.665 s] [INFO] [bundle] Eclipse UI Dependency Injection 1.4.0-SNAPSHOT SUCCESS [ 3.131 s] [INFO] org.eclipse.equinox.event 1.6.0-SNAPSHOT ........... SUCCESS [ 2.699 s] [INFO] [bundle] Eclipse UI Application Services 1.5.0-SNAPSHOT SUCCESS [ 2.939 s] [INFO] org.eclipse.equinox.bidi 1.4.0-SNAPSHOT ............ SUCCESS [ 2.865 s] [INFO] org.eclipse.swt.gtk.linux.x86_64 3.117.0-SNAPSHOT .. SUCCESS [ 20.984 s] [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.117.0-SNAPSHOT . SUCCESS [ 14.374 s] [INFO] org.eclipse.swt.gtk.linux.aarch64 3.117.0-SNAPSHOT . SUCCESS [ 14.683 s] [INFO] org.eclipse.swt.win32.win32.x86_64 3.117.0-SNAPSHOT SUCCESS [ 15.186 s] [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.117.0-SNAPSHOT SUCCESS [ 12.645 s] [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.117.0-SNAPSHOT SUCCESS [ 11.927 s] [INFO] org.eclipse.jface 3.23.0-SNAPSHOT .................. SUCCESS [ 6.861 s] [INFO] [bundle] Eclipse Bindings Support 0.13.100-SNAPSHOT SUCCESS [ 2.921 s] [INFO] [bundle] Eclipse CSS Core Support 0.13.100-SNAPSHOT SUCCESS [ 2.662 s] [INFO] [bundle] Eclipse CSS SWT Support 0.14.300-SNAPSHOT . SUCCESS [ 2.675 s] [INFO] [bundle] Eclipse CSS SWT Theme Support 0.13.0-SNAPSHOT SUCCESS [ 2.402 s] [INFO] [bundle] Eclipse e4 dialogs 1.3.0-SNAPSHOT ......... SUCCESS [ 3.215 s] [INFO] [bundle] Eclipse Workbench Model 2.2.0-SNAPSHOT .... SUCCESS [ 3.530 s] [INFO] [bundle] Eclipse UI Custom widgets 1.3.0-SNAPSHOT .. SUCCESS [ 2.384 s] [INFO] eclipse.jdt.core 4.21.0-SNAPSHOT ................... SUCCESS [ 0.003 s] [INFO] org.eclipse.jdt.annotation 2.2.600-SNAPSHOT ........ SUCCESS [ 2.605 s] [INFO] [bundle] Eclipse e4 Workbench 1.13.0-SNAPSHOT ...... SUCCESS [ 4.054 s] [INFO] org.eclipse.jface.databinding 1.13.0-SNAPSHOT ...... SUCCESS [ 5.804 s] [INFO] [bundle] Bundle for Workbench APIs available in e4 0.16.0-SNAPSHOT SUCCESS [ 2.942 s] [INFO] [bundle] Eclipse URI Scheme Handling 1.2.0-SNAPSHOT SUCCESS [ 3.004 s] [INFO] [bundle] Eclipse e4 Workbench SWT 0.16.200-SNAPSHOT SUCCESS [ 3.481 s] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.15.200-SNAPSHOT SUCCESS [ 3.608 s] [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.4.300-SNAPSHOT SUCCESS [ 3.199 s] [INFO] eclipse.platform.ua 4.21.0-SNAPSHOT ................ SUCCESS [ 0.004 s] [INFO] org.eclipse.help 3.9.100-SNAPSHOT .................. SUCCESS [ 3.562 s] [INFO] org.eclipse.equinox.security 1.3.700-SNAPSHOT ...... SUCCESS [ 3.447 s] [INFO] eclipse.platform.team 4.21.0-SNAPSHOT .............. SUCCESS [ 0.006 s] [INFO] org.eclipse.core.net 1.3.1100-SNAPSHOT ............. SUCCESS [ 3.357 s] [INFO] eclipse.platform.debug 4.21.0-SNAPSHOT ............. SUCCESS [ 0.006 s] [INFO] [bundle] Core Variables 3.5.100-SNAPSHOT ........... SUCCESS [ 3.389 s] [INFO] eclipse.platform 4.21.0-SNAPSHOT ................... SUCCESS [ 0.004 s] [INFO] org.eclipse.ant.core 3.6.100-SNAPSHOT .............. SUCCESS [ 3.403 s] [INFO] org.eclipse.equinox.http.servlet 1.7.100-SNAPSHOT .. SUCCESS [ 3.735 s] [INFO] org.eclipse.equinox.http.jetty 3.8.0-SNAPSHOT ...... SUCCESS [ 2.984 s] [INFO] org.eclipse.help.base 4.3.400-SNAPSHOT ............. SUCCESS [ 3.883 s] [INFO] [bundle] Notification API 0.3.0-SNAPSHOT ........... SUCCESS [ 3.077 s] [INFO] org.eclipse.ui.workbench 3.123.0-SNAPSHOT .......... SUCCESS [ 12.819 s] [INFO] [bundle] Eclipse UI 3.119.100-SNAPSHOT ............. SUCCESS [ 2.492 s] [INFO] [bundle] Eclipse Forms 3.11.200-SNAPSHOT ........... SUCCESS [ 4.280 s] [INFO] org.eclipse.ui.intro 3.6.300-SNAPSHOT .............. SUCCESS [ 3.473 s] [INFO] [bundle] Help System UI 4.3.100-SNAPSHOT ........... SUCCESS [ 4.185 s] [INFO] org.eclipse.ui.cheatsheets 3.7.300-SNAPSHOT ........ SUCCESS [ 3.495 s] [INFO] org eclipse jdt 3.18.900-SNAPSHOT .................. SUCCESS [ 0.095 s] [INFO] [bundle] Core File Systems 1.9.100-SNAPSHOT ........ SUCCESS [ 3.303 s] [INFO] [bundle] Core Resource Management 3.15.100-SNAPSHOT SUCCESS [ 4.684 s] [INFO] [bundle] Debug Core 3.18.200-SNAPSHOT .............. SUCCESS [ 4.159 s] [INFO] org.eclipse.compare.core 3.6.1000-SNAPSHOT ......... SUCCESS [ 2.673 s] [INFO] eclipse.platform.text 4.21.0-SNAPSHOT .............. SUCCESS [ 0.004 s] [INFO] [bundle] Text 3.12.0-SNAPSHOT ...................... SUCCESS [ 3.609 s] [INFO] org.eclipse.team.core 3.9.100-SNAPSHOT ............. SUCCESS [ 4.044 s] [INFO] org.eclipse.jdt.core 3.27.0-SNAPSHOT ............... SUCCESS [ 27.211 s] [INFO] eclipse.jdt.debug 4.21.0-SNAPSHOT .................. SUCCESS [ 0.004 s] [INFO] org.eclipse.jdt.debug 3.18.0-SNAPSHOT .............. SUCCESS [ 5.237 s] [INFO] org.eclipse.jdt.launching 3.19.300-SNAPSHOT ........ SUCCESS [ 3.829 s] [INFO] [bundle] External Tools Headless Support 1.2.100-SNAPSHOT SUCCESS [ 3.014 s] [INFO] org.eclipse.ant.launching 1.3.0-SNAPSHOT ........... SUCCESS [ 4.014 s] [INFO] [bundle] E4 IDE UI 3.16.0-SNAPSHOT ................. SUCCESS [ 2.675 s] [INFO] rt.equinox.p2 4.21.0-SNAPSHOT ...................... SUCCESS [ 0.005 s] [INFO] org.eclipse.equinox.p2.core 2.8.0-SNAPSHOT ......... SUCCESS [ 3.269 s] [INFO] org.eclipse.equinox.p2.metadata 2.6.100-SNAPSHOT ... SUCCESS [ 3.808 s] [INFO] org.eclipse.equinox.p2.jarprocessor 1.2.0-SNAPSHOT . SUCCESS [ 3.039 s] [INFO] org.eclipse.equinox.p2.repository 2.5.200-SNAPSHOT . SUCCESS [ 3.437 s] [INFO] org.eclipse.equinox.p2.artifact.repository 1.4.200-SNAPSHOT SUCCESS [ 3.194 s] [INFO] org.eclipse.equinox.p2.metadata.repository 1.4.0-SNAPSHOT SUCCESS [ 3.362 s] [INFO] org.eclipse.equinox.p2.engine 2.7.100-SNAPSHOT ..... SUCCESS [ 3.583 s] [INFO] [bundle] JFace Text 3.18.100-SNAPSHOT .............. SUCCESS [ 6.039 s] [INFO] org.eclipse.ui.views 3.11.100-SNAPSHOT ............. SUCCESS [ 3.346 s] [INFO] org.eclipse.ui.navigator 3.10.100-SNAPSHOT ......... SUCCESS [ 3.816 s] [INFO] org.eclipse.ui.ide 3.18.300-SNAPSHOT ............... SUCCESS [ 7.337 s] [INFO] [bundle] Text Editor Framework 3.16.200-SNAPSHOT ... SUCCESS [ 4.553 s] [INFO] [bundle] File Buffers 3.7.0-SNAPSHOT ............... SUCCESS [ 2.870 s] [INFO] [bundle] Default Text Editor 3.14.200-SNAPSHOT ..... SUCCESS [ 4.463 s] [INFO] [bundle] Console 3.11.100-SNAPSHOT ................. SUCCESS [ 3.731 s] [INFO] org.eclipse.compare 3.8.100-SNAPSHOT ............... SUCCESS [ 4.704 s] [INFO] [bundle] Generic and Extensible Text Editor 1.2.0-SNAPSHOT SUCCESS [ 2.874 s] [INFO] org.eclipse.debug.ui 3.15.100-SNAPSHOT ............. SUCCESS [ 8.361 s] [INFO] [bundle] External Tools 3.5.100-SNAPSHOT ........... SUCCESS [ 2.980 s] [INFO] eclipse.jdt.ui 4.21.0-SNAPSHOT ..................... SUCCESS [ 0.003 s] [INFO] org.eclipse.ltk.core.refactoring 3.12.0-SNAPSHOT ... SUCCESS [ 3.541 s] [INFO] org.eclipse.jdt.core.manipulation 1.15.0-SNAPSHOT .. SUCCESS [ 5.645 s] [INFO] org.eclipse.team.ui 3.9.100-SNAPSHOT ............... SUCCESS [ 5.103 s] [INFO] org.eclipse.ltk.ui.refactoring 3.12.0-SNAPSHOT ..... SUCCESS [ 3.741 s] [INFO] [bundle] Search Support 3.13.300-SNAPSHOT .......... SUCCESS [ 4.220 s] [INFO] org.eclipse.ui.views.properties.tabbed 3.9.100-SNAPSHOT SUCCESS [ 3.277 s] [INFO] [bundle] Navigator Workbench Components 3.8.200-SNAPSHOT SUCCESS [ 3.228 s] [INFO] org.eclipse.jdt.ui 3.24.0-SNAPSHOT ................. SUCCESS [ 20.255 s] [INFO] org.eclipse.jdt.debug.ui 3.12.400-SNAPSHOT ......... SUCCESS [ 5.333 s] [INFO] org.eclipse.equinox.frameworkadmin 2.2.0-SNAPSHOT .. SUCCESS [ 3.245 s] [INFO] org.eclipse.equinox.frameworkadmin.equinox 1.2.100-SNAPSHOT SUCCESS [ 4.064 s] [INFO] org.eclipse.equinox.simpleconfigurator 1.4.0-SNAPSHOT SUCCESS [ 2.288 s] [INFO] org.eclipse.equinox.simpleconfigurator.manipulator 2.2.0-SNAPSHOT SUCCESS [ 2.864 s] [INFO] org.eclipse.jdt.junit.runtime 3.6.100-SNAPSHOT ..... SUCCESS [ 3.020 s] [INFO] org.eclipse.jdt.junit.core 3.11.0-SNAPSHOT ......... SUCCESS [ 2.645 s] [INFO] org.eclipse.jdt.junit 3.13.0-SNAPSHOT .............. SUCCESS [ 3.911 s] [INFO] org.eclipse.ant.ui 3.8.0-SNAPSHOT .................. SUCCESS [ 5.004 s] [INFO] org.eclipse.jdt.annotation 1.2.0-SNAPSHOT .......... SUCCESS [ 2.616 s] [INFO] org.eclipse.jdt.apt.core 3.7.0-SNAPSHOT ............ SUCCESS [ 3.385 s] [INFO] org.eclipse.jdt.compiler.tool 1.3.0-SNAPSHOT ....... SUCCESS [ 3.327 s] [INFO] org.eclipse.jdt.compiler.apt 1.4.0-SNAPSHOT ........ SUCCESS [ 3.146 s] [INFO] org.eclipse.jdt.apt.pluggable.core 1.3.0-SNAPSHOT .. SUCCESS [ 2.893 s] [INFO] org.eclipse.jdt.apt.ui 3.7.0-SNAPSHOT .............. SUCCESS [ 2.472 s] [INFO] org.eclipse.jdt.core.formatterapp 1.1.0-SNAPSHOT ... SUCCESS [ 2.362 s] [INFO] org.eclipse.equinox.p2.director 2.5.100-SNAPSHOT ... SUCCESS [ 2.886 s] [INFO] org.eclipse.equinox.p2.director.app 1.2.0-SNAPSHOT . SUCCESS [ 2.869 s] [INFO] org.eclipse.equinox.p2.garbagecollector 1.2.0-SNAPSHOT SUCCESS [ 2.275 s] [INFO] org.eclipse.equinox.p2.publisher 1.6.100-SNAPSHOT .. SUCCESS [ 2.385 s] [INFO] org.eclipse.equinox.p2.publisher.eclipse 1.4.1-SNAPSHOT SUCCESS [ 2.626 s] [INFO] org.eclipse.equinox.p2.repository.tools 2.3.0-SNAPSHOT SUCCESS [ 3.529 s] [INFO] org.eclipse.equinox.p2.touchpoint.eclipse 2.3.100-SNAPSHOT SUCCESS [ 2.583 s] [INFO] org.eclipse.equinox.p2.updatesite 1.2.100-SNAPSHOT . SUCCESS [ 2.580 s] [INFO] eclipse.pde.build 4.21.0-SNAPSHOT .................. SUCCESS [ 0.003 s] [INFO] org.eclipse.pde.build 3.11.0-SNAPSHOT .............. SUCCESS [ 3.541 s] [INFO] eclipse.pde.ui 4.21.0-SNAPSHOT ..................... SUCCESS [ 0.003 s] [INFO] org.eclipse.pde.core 3.14.400-SNAPSHOT ............. SUCCESS [ 4.750 s] [INFO] org.eclipse.equinox.concurrent 1.2.0-SNAPSHOT ...... SUCCESS [ 2.900 s] [INFO] org.eclipse.update.configurator 3.4.800-SNAPSHOT ... SUCCESS [ 1.497 s] [INFO] eclipse.platform.common 4.21.0-SNAPSHOT ............ SUCCESS [ 0.003 s] [INFO] org.eclipse.platform.doc.isv 4.21.0-SNAPSHOT ....... SUCCESS [01:29 min] [INFO] org.eclipse.jdt.doc.isv 3.14.1300-SNAPSHOT ......... SUCCESS [ 22.209 s] [INFO] org.eclipse.jdt.doc.user 3.15.1200-SNAPSHOT ........ SUCCESS [ 4.610 s] [INFO] org.eclipse.jdt.junit4.runtime 1.2.0-SNAPSHOT ...... SUCCESS [ 2.334 s] [INFO] org.eclipse.jdt.junit5.runtime 1.0.1300-SNAPSHOT ... SUCCESS [ 3.043 s] [INFO] org.eclipse.jdt.launching.macosx 3.4.700-SNAPSHOT .. SUCCESS [ 2.239 s] [INFO] org.eclipse.jdt.launching.ui.macosx 1.2.800-SNAPSHOT SUCCESS [ 2.456 s] [INFO] org eclipse jdt feature 3.18.900-SNAPSHOT .......... SUCCESS [ 0.227 s] [INFO] org.eclipse.equinox.launcher 1.6.300-SNAPSHOT ...... SUCCESS [ 2.620 s] [INFO] eclipse.platform.releng 4.21.0-SNAPSHOT ............ SUCCESS [ 0.004 s] [INFO] org.eclipse.test.performance 3.18.0-SNAPSHOT ....... SUCCESS [ 3.402 s] [INFO] [bundle] Eclipse IDE UI Application 1.4.100-SNAPSHOT SUCCESS [ 2.533 s] [INFO] org.eclipse.jdt.core.tests.compiler 3.12.1700-SNAPSHOT SUCCESS [ 4.210 s] [INFO] org.eclipse.jdt.compiler.tool.tests 1.3.0-SNAPSHOT . SUCCESS [ 0.288 s] [INFO] org.eclipse.jdt.core.tests.builder 3.11.0-SNAPSHOT . SUCCESS [ 0.602 s] [INFO] org.eclipse.jdt.compiler.apt.tests 1.2.0-SNAPSHOT .. SUCCESS [ 0.735 s] [INFO] org.eclipse.jdt.core.tests.model 3.11.0-SNAPSHOT ... SUCCESS [ 10.890 s] [INFO] eclipse.jdt.core.binaries 4.21.0-SNAPSHOT .......... SUCCESS [ 0.004 s] [INFO] org.eclipse.jdt.core.tests.binaries 1.0.250-SNAPSHOT SUCCESS [ 4.909 s] [INFO] org.eclipse.jdt.core.tests.performance 3.11.0-SNAPSHOT SUCCESS [ 0.398 s] [INFO] org.eclipse.jdt.apt.pluggable.tests 3.5.0-SNAPSHOT . SUCCESS [ 0.491 s] [INFO] org.eclipse.jdt.apt.tests 3.5.0-SNAPSHOT ........... SUCCESS [ 1.106 s] [INFO] org.eclipse.jdt.debug.tests 3.11.1400-SNAPSHOT ..... SUCCESS [ 2.000 s] [INFO] org.eclipse.core.filebuffers.tests 3.12.100-SNAPSHOT SUCCESS [ 0.352 s] [INFO] org.eclipse.text.tests 3.13.100-SNAPSHOT ........... SUCCESS [ 0.458 s] [INFO] org.eclipse.jface.text.tests 3.12.200-SNAPSHOT ..... SUCCESS [ 0.465 s] [INFO] org.eclipse.jdt.ui.tests 3.14.0-SNAPSHOT ........... SUCCESS [ 4.770 s] [INFO] org.eclipse.jdt.text.tests 3.13.1400-SNAPSHOT ...... SUCCESS [ 1.748 s] [INFO] org.eclipse.ltk.core.refactoring.tests 3.9.0-SNAPSHOT SUCCESS [ 0.257 s] [INFO] org.eclipse.ltk.ui.refactoring.tests 3.10.0-SNAPSHOT SUCCESS [ 0.413 s] [INFO] org.eclipse.jdt.ui.tests.refactoring 3.14.0-SNAPSHOT SUCCESS [ 3.033 s] [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SUCCESS [ 31.843 s] [INFO] org.eclipse.jdt.ui.examples.projects 3.2.0-SNAPSHOT SUCCESS [ 16.948 s] [INFO] org.eclipse.unittest.ui 1.0.100-SNAPSHOT ........... SUCCESS [ 3.382 s] [INFO] org.eclipse.jdt.ui.unittest.junit 1.0.200-SNAPSHOT . SUCCESS [ 3.527 s] [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.0.100-SNAPSHOT SUCCESS [ 0.110 s] [INFO] org.eclipse.pde.build.tests 1.3.100-SNAPSHOT ....... SUCCESS [ 0.589 s] [INFO] eclipse.pde.ui.apitools 4.21.0-SNAPSHOT ............ SUCCESS [ 0.003 s] [INFO] org.eclipse.pde.api.tools 1.2.600-SNAPSHOT ......... SUCCESS [ 4.154 s] [INFO] org.eclipse.pde.api.tools.annotations 1.1.400-SNAPSHOT SUCCESS [ 2.948 s] [INFO] [bundle] CDC-1.0/Foundation-1.0 Execution Environment Description 1.1.400-SNAPSHOT SUCCESS [ 0.108 s] [INFO] [bundle] CDC-1.1/Foundation-1.1 Execution Environment Description 1.1.400-SNAPSHOT SUCCESS [ 0.130 s] [INFO] [bundle] OSGi/Minimum-1.0 Environment Description 1.1.400-SNAPSHOT SUCCESS [ 0.293 s] [INFO] [bundle] OSGi/Minimum-1.1 Execution Environment Description 1.1.400-SNAPSHOT SUCCESS [ 0.134 s] [INFO] [bundle] OSGi/Minimum-1.2 Execution Environment Description 1.1.400-SNAPSHOT SUCCESS [ 0.132 s] [INFO] [feature] API Tools Execution Environment Descriptions 1.0.800-SNAPSHOT SUCCESS [ 0.099 s] [INFO] org.eclipse.equinox.p2.operations 2.6.0-SNAPSHOT ... SUCCESS [ 3.438 s] [INFO] org.eclipse.equinox.security.ui 1.3.0-SNAPSHOT ..... SUCCESS [ 3.294 s] [INFO] org.eclipse.equinox.p2.ui 2.7.200-SNAPSHOT ......... SUCCESS [ 4.262 s] [INFO] org.eclipse.osgi.compatibility.state 1.2.500-SNAPSHOT SUCCESS [ 0.503 s] [INFO] org.eclipse.pde.launching 3.9.400-SNAPSHOT ......... SUCCESS [ 2.995 s] [INFO] org.eclipse.ui.views.log 1.3.0-SNAPSHOT ............ SUCCESS [ 3.854 s] [INFO] org.eclipse.ui.trace 1.2.0-SNAPSHOT ................ SUCCESS [ 3.103 s] [INFO] org.eclipse.pde.ui 3.13.200-SNAPSHOT ............... SUCCESS [ 12.178 s] [INFO] [bundle] API Tools UI 1.2.400-SNAPSHOT ............. SUCCESS [ 3.905 s] [INFO] org.eclipse.pde.api.tools.tests 1.2.400-SNAPSHOT ... SUCCESS [ 4.752 s] [INFO] org.eclipse.pde.ds.core 1.2.300-SNAPSHOT ........... SUCCESS [ 2.436 s] [INFO] org.eclipse.pde.ds.tests 1.2.0-SNAPSHOT ............ SUCCESS [ 0.187 s] [INFO] org.eclipse.pde.ds.ui 1.2.100-SNAPSHOT ............. SUCCESS [ 3.232 s] [INFO] org.eclipse.pde.ds.lib 1.1.500-SNAPSHOT ............ SUCCESS [ 0.129 s] [INFO] org.eclipse.pde.ds1_2.lib 1.0.500-SNAPSHOT ......... SUCCESS [ 0.132 s] [INFO] org.eclipse.pde.ds.annotations 1.2.200-SNAPSHOT .... SUCCESS [ 3.164 s] [INFO] org.eclipse.pde.ua.core 1.2.200-SNAPSHOT ........... SUCCESS [ 2.427 s] [INFO] [bundle] JFace Data Binding for JavaBeans 1.8.0-SNAPSHOT SUCCESS [ 2.937 s] [INFO] eclipse.platform.resources 4.21.0-SNAPSHOT ......... SUCCESS [ 0.003 s] [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.300-SNAPSHOT SUCCESS [ 0.066 s] [INFO] org.eclipse.core.net.linux 1.0.0-SNAPSHOT .......... SUCCESS [ 1.164 s] [INFO] org.eclipse.core.net.linux.x86_64 1.2.500-SNAPSHOT . SUCCESS [ 0.092 s] [INFO] org.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.300-SNAPSHOT SUCCESS [ 0.111 s] [INFO] org.eclipse.equinox.console 1.4.400-SNAPSHOT ....... SUCCESS [ 3.571 s] [INFO] org.eclipse.e4.ui.swt.gtk 1.1.100-SNAPSHOT ......... SUCCESS [ 2.907 s] [INFO] org.eclipse.equinox.launcher.gtk.linux.ppc64le 1.2.300-SNAPSHOT SUCCESS [ 0.115 s] [INFO] org.eclipse.equinox.launcher.gtk.linux.aarch64 1.2.300-SNAPSHOT SUCCESS [ 0.081 s] [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.300-SNAPSHOT SUCCESS [ 0.093 s] [INFO] org.eclipse.e4.ui.swt.win32 1.1.0-SNAPSHOT ......... SUCCESS [ 0.155 s] [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.12.600-SNAPSHOT SUCCESS [ 2.453 s] [INFO] org.eclipse.equinox.launcher.cocoa.macosx.x86_64 1.2.300-SNAPSHOT SUCCESS [ 0.072 s] [INFO] org.eclipse.equinox.launcher.cocoa.macosx.aarch64 1.2.300-SNAPSHOT SUCCESS [ 0.093 s] [INFO] org.eclipse.e4.rcp 4.21.0-SNAPSHOT ................. SUCCESS [ 0.360 s] [INFO] org.eclipse.equinox.http.registry 1.3.0-SNAPSHOT ... SUCCESS [ 2.871 s] [INFO] org.eclipse.equinox.jsp.jasper 1.1.500-SNAPSHOT .... SUCCESS [ 3.031 s] [INFO] org.eclipse.equinox.jsp.jasper.registry 1.2.0-SNAPSHOT SUCCESS [ 3.138 s] [INFO] org.eclipse.equinox.p2.console 1.2.0-SNAPSHOT ...... SUCCESS [ 2.850 s] [INFO] org.eclipse.equinox.p2.touchpoint.natives 1.4.100-SNAPSHOT SUCCESS [ 3.070 s] [INFO] org.eclipse.equinox.p2.transport.ecf 1.3.200-SNAPSHOT SUCCESS [ 3.139 s] [INFO] org.eclipse.equinox.security.linux 1.0.200-SNAPSHOT SUCCESS [ 2.990 s] [INFO] org.eclipse.equinox.security.linux.x86_64 1.1.500-SNAPSHOT SUCCESS [ 0.084 s] [INFO] org.eclipse.equinox.security.win32.x86_64 1.1.200-SNAPSHOT SUCCESS [ 3.841 s] [INFO] org.eclipse.equinox.security.macosx 1.101.400-SNAPSHOT SUCCESS [ 2.378 s] [INFO] org.eclipse.equinox.p2.core.feature 1.6.1100-SNAPSHOT SUCCESS [ 0.366 s] [INFO] org.eclipse.equinox.p2.directorywatcher 1.3.0-SNAPSHOT SUCCESS [ 2.723 s] [INFO] org.eclipse.equinox.p2.extensionlocation 1.4.0-SNAPSHOT SUCCESS [ 3.085 s] [INFO] org.eclipse.equinox.p2.reconciler.dropins 1.4.0-SNAPSHOT SUCCESS [ 2.873 s] [INFO] org.eclipse.equinox.p2.extras.feature 1.4.1300-SNAPSHOT SUCCESS [ 0.090 s] [INFO] org.eclipse.equinox.p2.updatechecker 1.3.0-SNAPSHOT SUCCESS [ 2.849 s] [INFO] org.eclipse.equinox.p2.ui.sdk.scheduler 1.5.200-SNAPSHOT SUCCESS [ 3.028 s] [INFO] org.eclipse.equinox.p2.ui.sdk 1.2.1-SNAPSHOT ....... SUCCESS [ 3.391 s] [INFO] org.eclipse.equinox.p2.rcp.feature 1.4.1300-SNAPSHOT SUCCESS [ 0.149 s] [INFO] org.eclipse.equinox.p2.ui.importexport 1.3.200-SNAPSHOT SUCCESS [ 2.895 s] [INFO] org.eclipse.equinox.p2.user.ui 2.4.1300-SNAPSHOT ... SUCCESS [ 0.233 s] [INFO] org.eclipse.help.webapp 3.10.400-SNAPSHOT .......... SUCCESS [ 16.370 s] [INFO] org.eclipse.help.feature 2.3.700-SNAPSHOT .......... SUCCESS [ 0.120 s] [INFO] org.eclipse.jsch.core 1.3.900-SNAPSHOT ............. SUCCESS [ 3.162 s] [INFO] org.eclipse.jsch.ui 1.4.0-SNAPSHOT ................. SUCCESS [ 2.736 s] [INFO] org.eclipse.pde.doc.user 3.14.1300-SNAPSHOT ........ SUCCESS [ 10.680 s] [INFO] org.eclipse.pde 3.13.1600-SNAPSHOT ................. SUCCESS [ 0.058 s] [INFO] org.eclipse.pde.junit.runtime 3.6.0-SNAPSHOT ....... SUCCESS [ 2.350 s] [INFO] org.eclipse.pde.runtime 3.7.200-SNAPSHOT ........... SUCCESS [ 2.759 s] [INFO] org.eclipse.pde.ui.templates 3.7.300-SNAPSHOT ...... SUCCESS [ 2.924 s] [INFO] org.eclipse.pde.ua.ui 1.2.200-SNAPSHOT ............. SUCCESS [ 3.109 s] [INFO] org.eclipse.pde.genericeditor.extension 1.1.100-SNAPSHOT SUCCESS [ 2.581 s] [INFO] org.eclipse.tools.layout.spy 1.1.0-SNAPSHOT ........ SUCCESS [ 3.103 s] [INFO] org.eclipse.pde 3.14.900-SNAPSHOT .................. SUCCESS [ 0.155 s] [INFO] org.eclipse.platform 4.21.0-SNAPSHOT ............... SUCCESS [ 0.192 s] [INFO] org.eclipse.platform.doc.user 4.21.0-SNAPSHOT ...... SUCCESS [ 3.591 s] [INFO] org.eclipse.rcp 4.21.0-SNAPSHOT .................... SUCCESS [ 0.042 s] [INFO] org.eclipse.ui.cocoa 1.2.400-SNAPSHOT .............. SUCCESS [ 0.203 s] [INFO] org.eclipse.rcp.feature 4.21.0-SNAPSHOT ............ SUCCESS [ 0.089 s] [INFO] [bundle] Quick Search 1.1.200-SNAPSHOT ............. SUCCESS [ 2.563 s] [INFO] [bundle] Quicklinks for the Welcome Framework 1.1.100-SNAPSHOT SUCCESS [ 2.571 s] [INFO] [bundle] Universal Welcome 3.4.200-SNAPSHOT ........ SUCCESS [ 2.692 s] [INFO] [bundle] Browser Support 3.7.0-SNAPSHOT ............ SUCCESS [ 2.521 s] [INFO] [bundle] UI Freeze Monitoring 1.2.0-SNAPSHOT ....... SUCCESS [ 2.965 s] [INFO] org.eclipse.ui.net 1.4.0-SNAPSHOT .................. SUCCESS [ 2.416 s] [INFO] [bundle] Eclipse SDK Themes 1.2.1500-SNAPSHOT ...... SUCCESS [ 2.237 s] [INFO] org.eclipse.team.genericeditor.diff.extension 1.1.0-SNAPSHOT SUCCESS [ 2.267 s] [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.100-SNAPSHOT SUCCESS [ 0.071 s] [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.100-SNAPSHOT SUCCESS [ 0.081 s] [INFO] org.eclipse.compare.win32 1.2.800-SNAPSHOT ......... SUCCESS [ 2.336 s] [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.200-SNAPSHOT SUCCESS [ 0.064 s] [INFO] org.eclipse.core.net.win32.x86_64 1.1.500-SNAPSHOT . SUCCESS [ 0.336 s] [INFO] org.eclipse.core.resources.win32.x86_64 3.5.400-SNAPSHOT SUCCESS [ 0.072 s] [INFO] org.eclipse.ui.win32 3.4.400-SNAPSHOT .............. SUCCESS [ 2.398 s] [INFO] org.eclipse.core.filesystem.macosx 1.3.300-SNAPSHOT SUCCESS [ 0.079 s] [INFO] org.eclipse.platform.feature 4.21.0-SNAPSHOT ....... SUCCESS [ 0.321 s] [INFO] org.eclipse.pde.ua.tests 1.2.0-SNAPSHOT ............ SUCCESS [ 0.446 s] [INFO] org.eclipse.pde.junit.runtime.tests 3.6.300-SNAPSHOT SUCCESS [ 0.404 s] [INFO] org.eclipse.pde.ui.tests 3.11.400-SNAPSHOT ......... SUCCESS [ 1.863 s] [INFO] org.eclipse.pde.ui.tests.smartimport 1.1.0-SNAPSHOT SUCCESS [ 0.379 s] [INFO] org.eclipse.pde.ui.templates.tests 1.1.0-SNAPSHOT .. SUCCESS [ 0.442 s] [INFO] org.eclipse.pde.genericeditor.extension.tests 1.1.0-SNAPSHOT SUCCESS [ 0.341 s] [INFO] org.eclipse.pde.unittest.junit 1.0.0-SNAPSHOT ...... SUCCESS [ 2.617 s] [INFO] org.eclipse.pde.unittest.junit 1.0.0-SNAPSHOT ...... SUCCESS [ 0.114 s] [INFO] org.eclipse.update.configurator.tests 0.1.0-SNAPSHOT SUCCESS [ 0.141 s] [INFO] org.eclipse.ant.tests.core 3.6.100-SNAPSHOT ........ SUCCESS [ 0.492 s] [INFO] org.eclipse.ant.tests.ui 3.10.100-SNAPSHOT ......... SUCCESS [ 0.828 s] [INFO] org.eclipse.sdk 4.21.0-SNAPSHOT .................... SUCCESS [ 0.086 s] [INFO] org.eclipse.e4.ui.progress 0.3.100-SNAPSHOT ........ SUCCESS [ 0.295 s] [INFO] eclipse.platform.ui.tests 4.21.0-SNAPSHOT .......... SUCCESS [ 0.003 s] [INFO] org.eclipse.e4.emf.xpath.test 0.3.0-SNAPSHOT ....... SUCCESS [ 0.164 s] [INFO] org.eclipse.ui.tests.harness 1.8.0-SNAPSHOT ........ SUCCESS [ 0.222 s] [INFO] org.eclipse.jface.tests 1.3.200-SNAPSHOT ........... SUCCESS [ 0.617 s] [INFO] eclipse.platform.ui.examples 4.21.0-SNAPSHOT ....... SUCCESS [ 0.004 s] [INFO] [bundle] JFace Data Binding Examples 1.2.0-SNAPSHOT SUCCESS [ 0.415 s] [INFO] org.eclipse.jface.tests.databinding.conformance 1.4.0-SNAPSHOT SUCCESS [ 0.224 s] [INFO] org.eclipse.jface.tests.databinding 1.10.0-SNAPSHOT SUCCESS [ 1.264 s] [INFO] org.eclipse.ui.monitoring.tests 1.2.0-SNAPSHOT ..... SUCCESS [ 0.175 s] [INFO] eclipse.platform.runtime.tests 4.21.0-SNAPSHOT ..... SUCCESS [ 0.004 s] [INFO] org.eclipse.core.tests.harness 3.12.100-SNAPSHOT ... SUCCESS [ 0.239 s] [INFO] org.eclipse.ui.tests 3.15.300-SNAPSHOT ............. SUCCESS [ 2.011 s] [INFO] org.eclipse.ui.tests.forms 3.9.100-SNAPSHOT ........ SUCCESS [ 0.448 s] [INFO] org.eclipse.ui.tests.navigator 3.6.200-SNAPSHOT .... SUCCESS [ 0.731 s] [INFO] org.eclipse.ui.tests.pluginchecks 1.1.0-SNAPSHOT ... SUCCESS [ 0.235 s] [INFO] org.eclipse.ui.tests.performance 1.4.100-SNAPSHOT .. SUCCESS [ 0.608 s] [INFO] org.eclipse.ui.tests.rcp 3.5.0-SNAPSHOT ............ SUCCESS [ 0.237 s] [INFO] org.eclipse.ui.tests.views.properties.tabbed 3.7.100-SNAPSHOT SUCCESS [ 0.352 s] [INFO] org.eclipse.ui.ide.application.tests 1.3.0-SNAPSHOT SUCCESS [ 0.180 s] [INFO] org.eclipse.e4.ui.bindings.tests 0.13.0-SNAPSHOT ... SUCCESS [ 0.169 s] [INFO] org.eclipse.e4.core.commands.tests 0.13.0-SNAPSHOT . SUCCESS [ 0.174 s] [INFO] org.eclipse.e4.ui.tests 0.14.400-SNAPSHOT .......... SUCCESS [ 1.104 s] [INFO] org.eclipse.e4.ui.tests.css.core 1.301.0-SNAPSHOT .. SUCCESS [ 0.184 s] [INFO] org.eclipse.e4.ui.tests.css.swt 0.11.100-SNAPSHOT .. SUCCESS [ 0.320 s] [INFO] org.eclipse.e4.ui.workbench.addons.swt.test 1.4.0-SNAPSHOT SUCCESS [ 0.233 s] [INFO] org.eclipse.tests.urischeme 1.1.0-SNAPSHOT ......... SUCCESS [ 0.259 s] [INFO] [bundle] Command Contribution Examples 3.5.0-SNAPSHOT SUCCESS [ 0.244 s] [INFO] [bundle] Field Assist Example 1.2.100-SNAPSHOT ..... SUCCESS [ 0.203 s] [INFO] [bundle] Multi-Page Editor Example 3.3.0-SNAPSHOT .. SUCCESS [ 0.192 s] [INFO] [bundle] User File Editor 3.4.0-SNAPSHOT ........... SUCCESS [ 0.204 s] [INFO] [bundle] Readme File Editing Tool 3.6.0-SNAPSHOT ... SUCCESS [ 0.500 s] [INFO] [bundle] Undo Example 3.4.0-SNAPSHOT ............... SUCCESS [ 0.211 s] [INFO] org.eclipse.ui.examples.views.properties.tabbed.article 3.3.0-SNAPSHOT SUCCESS [ 0.221 s] [INFO] org.eclipse.e4.demo.cssbridge 1.2.0-SNAPSHOT ....... SUCCESS [ 0.302 s] [INFO] org.eclipse.e4.ui.examples.job 0.3.0-SNAPSHOT ...... SUCCESS [ 0.163 s] [INFO] org.eclipse.jface.snippets 3.5.0-SNAPSHOT .......... SUCCESS [ 0.458 s] [INFO] org.eclipse.ui.examples.job 3.2.0 .................. SUCCESS [ 0.374 s] [INFO] org.eclipse.ui.examples.navigator 3.3.500-SNAPSHOT . SUCCESS [ 0.212 s] [INFO] [bundle] Plugin.name 1.1.0-SNAPSHOT ................ SUCCESS [ 0.789 s] [INFO] org.eclipse.ui.forms.examples 3.3.0-SNAPSHOT ....... SUCCESS [ 0.220 s] [INFO] [bundle] Tip of the Day core plugin 0.2.0-SNAPSHOT . SUCCESS [ 2.492 s] [INFO] [bundle] Tip of the Day UI 0.2.0-SNAPSHOT .......... SUCCESS [ 2.665 s] [INFO] org.eclipse.platform.doc.tips 0.2.0-SNAPSHOT ....... SUCCESS [ 0.168 s] [INFO] [bundle] Example Debug Core Plug-in 1.5.0-SNAPSHOT . SUCCESS [ 3.154 s] [INFO] org.eclipse.debug.examples.memory 1.103.0-SNAPSHOT . SUCCESS [ 0.183 s] [INFO] org.eclipse.debug.examples.mixedmode 1.3.0-SNAPSHOT SUCCESS [ 0.146 s] [INFO] [bundle] Example Debug UI Plug-in 1.7.100-SNAPSHOT . SUCCESS [ 2.641 s] [INFO] org.eclipse.debug.tests 3.12.300-SNAPSHOT .......... SUCCESS [ 0.700 s] [INFO] eclipse.platform.resources.tests 4.21.0-SNAPSHOT ... SUCCESS [ 0.004 s] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT SUCCESS [ 0.035 s] [INFO] org.eclipse.core.tests.resources 3.10.1400-SNAPSHOT SUCCESS [ 2.533 s] [INFO] org.eclipse.core.tests.resources.saveparticipant1 3.4.0-SNAPSHOT SUCCESS [ 0.177 s] [INFO] org.eclipse.core.tests.resources.saveparticipant2 3.4.0-SNAPSHOT SUCCESS [ 0.174 s] [INFO] org.eclipse.core.tests.resources.saveparticipant3 3.4.0-SNAPSHOT SUCCESS [ 0.172 s] [INFO] org.eclipse.core.tests.resources.saveparticipant 3.4.0-SNAPSHOT SUCCESS [ 0.165 s] [INFO] org.eclipse.equinox.core.feature 1.13.300-SNAPSHOT . SUCCESS [ 0.065 s] [INFO] org.eclipse.core.runtime.feature 1.2.1400-SNAPSHOT . SUCCESS [ 0.140 s] [INFO] org.eclipse.core.expressions.tests 3.6.0-SNAPSHOT .. SUCCESS [ 0.308 s] [INFO] org.eclipse.core.tests.runtime 3.20.0-SNAPSHOT ..... SUCCESS [ 0.662 s] [INFO] org.eclipse.e4.core.tests 1.2.200-SNAPSHOT ......... SUCCESS [ 0.483 s] [INFO] org.eclipse.core.contenttype.tests 1.1.0-SNAPSHOT .. SUCCESS [ 0.143 s] [INFO] org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT SUCCESS [ 0.054 s] [INFO] org.eclipse.swt.tools.base 3.107.300-SNAPSHOT ...... SUCCESS [ 0.116 s] [INFO] org.eclipse.swt.tools.spies 3.108.200-SNAPSHOT ..... SUCCESS [ 0.464 s] [INFO] org.eclipse.swt.tools 3.109.200-SNAPSHOT ........... SUCCESS [ 0.518 s] [INFO] org.eclipse.swt.examples 3.107.0-SNAPSHOT .......... SUCCESS [ 1.576 s] [INFO] org.eclipse.swt.examples.browser.demos 3.107.0-SNAPSHOT SUCCESS [ 0.238 s] [INFO] org.eclipse.swt.examples.launcher 3.107.0-SNAPSHOT . SUCCESS [ 0.233 s] [INFO] org.eclipse.swt.examples.ole.win32 3.108.0-SNAPSHOT SUCCESS [ 0.273 s] [INFO] org.eclipse.swt.examples.views 3.107.0-SNAPSHOT .... SUCCESS [ 0.195 s] [INFO] org.eclipse.swt.tests.fragments.feature 3.106.0-SNAPSHOT SUCCESS [ 0.036 s] [INFO] org.eclipse.swt.tests 3.106.1400-SNAPSHOT .......... SUCCESS [ 2.419 s] [INFO] org.eclipse.swt.tools.feature 3.108.200-SNAPSHOT ... SUCCESS [ 0.131 s] [INFO] org.eclipse.swt.tests.gtk 3.108.0-SNAPSHOT ......... SUCCESS [ 0.831 s] [INFO] eclipse.platform.swt.binaries 4.21.0-SNAPSHOT ...... SUCCESS [ 0.004 s] [INFO] org.eclipse.cvs 1.4.1900-SNAPSHOT .................. SUCCESS [ 0.047 s] [INFO] org.eclipse.team.cvs.core 3.5.0-SNAPSHOT ........... SUCCESS [ 3.247 s] [INFO] org.eclipse.team.cvs.ssh2 3.4.0-SNAPSHOT ........... SUCCESS [ 2.681 s] [INFO] org.eclipse.team.cvs.ui 3.5.0-SNAPSHOT ............. SUCCESS [ 4.756 s] [INFO] org.eclipse.compare.examples 3.3.0-SNAPSHOT ........ SUCCESS [ 0.196 s] [INFO] org.eclipse.compare.examples.xml 3.5.0-SNAPSHOT .... SUCCESS [ 0.353 s] [INFO] org.eclipse.team.examples.filesystem 3.6.0-SNAPSHOT SUCCESS [ 0.594 s] [INFO] org.eclipse.cvs 1.4.1900-SNAPSHOT .................. SUCCESS [ 0.064 s] [INFO] eclipse.platform.team.tests 4.21.0-SNAPSHOT ........ SUCCESS [ 0.004 s] [INFO] org.eclipse.compare.tests 3.7.0-SNAPSHOT ........... SUCCESS [ 0.584 s] [INFO] org.eclipse.core.tests.net 1.5.0-SNAPSHOT .......... SUCCESS [ 0.268 s] [INFO] org.eclipse.jsch.tests 1.1.600-SNAPSHOT ............ SUCCESS [ 2.527 s] [INFO] org.eclipse.team.tests.core 3.9.0-SNAPSHOT ......... SUCCESS [ 0.358 s] [INFO] org.eclipse.team.tests.cvs.core 3.5.0-SNAPSHOT ..... SUCCESS [ 1.913 s] [INFO] org.eclipse.search.tests 3.10.0-SNAPSHOT ........... SUCCESS [ 0.237 s] [INFO] org.eclipse.ui.editors.tests 3.12.200-SNAPSHOT ..... SUCCESS [ 0.235 s] [INFO] org.eclipse.ui.workbench.texteditor.tests 3.13.100-SNAPSHOT SUCCESS [ 0.250 s] [INFO] [bundle] JFace Text Example 3.3.0-SNAPSHOT ......... SUCCESS [ 0.377 s] [INFO] org.eclipse.jface.text.examples 1.1.0-SNAPSHOT ..... SUCCESS [ 0.122 s] [INFO] org.eclipse.ui.genericeditor.tests 1.2.0-SNAPSHOT .. SUCCESS [ 0.326 s] [INFO] [bundle] Examples for Generic Editor 1.2.0-SNAPSHOT SUCCESS [ 0.221 s] [INFO] org.eclipse.text.quicksearch.tests 1.1.100-SNAPSHOT SUCCESS [ 0.217 s] [INFO] org.eclipse.equinox.server.jetty 1.10.800-SNAPSHOT . SUCCESS [ 0.047 s] [INFO] org.eclipse.ua.tests 3.5.100-SNAPSHOT .............. SUCCESS [ 1.203 s] [INFO] org.eclipse.ua.tests.doc 1.1.100-SNAPSHOT .......... SUCCESS [ 0.301 s] [INFO] org.eclipse.ui.intro.quicklinks.examples 1.1.0-SNAPSHOT SUCCESS [ 0.074 s] [INFO] org.eclipse.ui.intro.solstice.examples 1.1.0-SNAPSHOT SUCCESS [ 0.054 s] [INFO] [bundle] Tip of the Day Json Provider 0.2.100-SNAPSHOT SUCCESS [ 3.025 s] [INFO] [bundle] IDE Enablement for Tip of the Day 0.2.0-SNAPSHOT SUCCESS [ 2.577 s] [INFO] org.eclipse.tips.feature 0.2.1500-SNAPSHOT ......... SUCCESS [ 0.093 s] [INFO] infocenter-parent 4.21.0-SNAPSHOT .................. SUCCESS [ 0.003 s] [INFO] org.eclipse.equinox.servletbridge 1.6.0-SNAPSHOT ... SUCCESS [ 2.641 s] [INFO] org.eclipse.equinox.http.servletbridge 1.2.0-SNAPSHOT SUCCESS [ 2.758 s] [INFO] infocenter-product 1.0.0-SNAPSHOT .................. SUCCESS [ 4.400 s] [INFO] infocenter-app 4.21.0-SNAPSHOT ..................... SUCCESS [ 2.789 s] [INFO] eclipse.platform.ui.tools 4.21.0-SNAPSHOT .......... SUCCESS [ 0.004 s] [INFO] org.eclipse.e4.tools 4.9.0-SNAPSHOT ................ SUCCESS [ 2.843 s] [INFO] org.eclipse.e4.tools.services 4.9.0-SNAPSHOT ....... SUCCESS [ 2.434 s] [INFO] org.eclipse.e4.tools.compat 4.8.100-SNAPSHOT ....... SUCCESS [ 3.105 s] [INFO] org.eclipse.e4.tools.emf.ui 4.7.0-SNAPSHOT ......... SUCCESS [ 5.106 s] [INFO] org.eclipse.e4.tools.emf.editor3x 4.8.0-SNAPSHOT ... SUCCESS [ 3.260 s] [INFO] org.eclipse.e4.tools.jdt.templates 4.9.0-SNAPSHOT .. SUCCESS [ 2.315 s] [INFO] org.eclipse.e4.tools.test 1.1.100-SNAPSHOT ......... SUCCESS [ 0.179 s] [INFO] org.eclipse.e4.core.tools.feature 4.21.0-SNAPSHOT .. SUCCESS [ 1.162 s] [INFO] org.eclipse.equinox.cm 1.5.0-SNAPSHOT .............. SUCCESS [ 2.301 s] [INFO] org.eclipse.equinox.coordinator 1.4.0-SNAPSHOT ..... SUCCESS [ 2.809 s] [INFO] org.eclipse.equinox.device 1.1.100-SNAPSHOT ........ SUCCESS [ 2.312 s] [INFO] org.eclipse.equinox.metatype 1.6.0-SNAPSHOT ........ SUCCESS [ 3.334 s] [INFO] org.eclipse.equinox.useradmin 1.2.100-SNAPSHOT ..... SUCCESS [ 2.432 s] [INFO] org.eclipse.equinox.compendium.sdk 3.22.100-SNAPSHOT SUCCESS [ 0.100 s] [INFO] org.eclipse.equinox.supplement 1.10.200-SNAPSHOT ... SUCCESS [ 2.892 s] [INFO] org.eclipse.equinox.console.jaas.fragment 1.1.0-SNAPSHOT SUCCESS [ 0.051 s] [INFO] org.eclipse.equinox.console.ssh 1.2.800-SNAPSHOT ... SUCCESS [ 0.177 s] [INFO] org.eclipse.equinox.transforms.xslt 1.2.0-SNAPSHOT . SUCCESS [ 2.258 s] [INFO] org.eclipse.equinox.transforms.hook 1.3.0-SNAPSHOT . SUCCESS [ 2.348 s] [INFO] org.eclipse.equinox.region 1.5.100-SNAPSHOT ........ SUCCESS [ 0.258 s] [INFO] org.eclipse.equinox.log.stream 1.0.300-SNAPSHOT .... SUCCESS [ 0.312 s] [INFO] org.eclipse.equinox.weaving.hook 1.3.0-SNAPSHOT .... SUCCESS [ 2.967 s] [INFO] org.eclipse.equinox.weaving.caching 1.2.0-SNAPSHOT . SUCCESS [ 2.355 s] [INFO] org.eclipse.equinox.weaving.caching.j9 1.2.0-SNAPSHOT SUCCESS [ 2.368 s] [INFO] org.eclipse.equinox.core.sdk 3.23.100-SNAPSHOT ..... SUCCESS [ 0.342 s] [INFO] org.eclipse.equinox.launcher.cocoa.macosx 1.2.300-SNAPSHOT SUCCESS [ 0.104 s] [INFO] org.eclipse.equinox.executable 3.8.1300-SNAPSHOT ... SUCCESS [ 1.893 s] [INFO] org.eclipse.equinox.server.core 1.14.300-SNAPSHOT .. SUCCESS [ 0.057 s] [INFO] org.eclipse.equinox.server.p2 1.12.200-SNAPSHOT .... SUCCESS [ 0.113 s] [INFO] org.eclipse.equinox.serverside.sdk 3.23.100-SNAPSHOT SUCCESS [ 0.558 s] [INFO] org.eclipse.equinox.sdk 3.23.100-SNAPSHOT .......... SUCCESS [ 0.118 s] [INFO] org.eclipse.equinox.server.simple 1.7.100-SNAPSHOT . SUCCESS [ 0.023 s] [INFO] org.eclipse.equinox.bidi.tests 1.3.0-SNAPSHOT ...... SUCCESS [ 0.243 s] [INFO] org.eclipse.equinox.cm.test 1.1.100-SNAPSHOT ....... SUCCESS [ 0.219 s] [INFO] org.eclipse.equinox.common.tests 3.15.0-SNAPSHOT ... SUCCESS [ 0.612 s] [INFO] org.eclipse.equinox.ds.tests 1.6.0-SNAPSHOT ........ SUCCESS [ 1.985 s] [INFO] org.eclipse.equinox.preferences.tests 3.9.0-SNAPSHOT SUCCESS [ 0.375 s] [INFO] org.eclipse.equinox.security.tests 1.2.100-SNAPSHOT SUCCESS [ 0.234 s] [INFO] org.eclipse.equinox.console.ssh.tests 1.1.0-SNAPSHOT SUCCESS [ 0.151 s] [INFO] org.eclipse.equinox.console.tests 1.1.0-SNAPSHOT ... SUCCESS [ 0.152 s] [INFO] org.eclipse.equinox.http.servlet.tests 1.8.200-SNAPSHOT SUCCESS [ 0.898 s] [INFO] org.eclipse.equinox.servletbridge.template 1.0.300-SNAPSHOT SUCCESS [ 0.046 s] [INFO] org.eclipse.equinox.slf4j.stub 1.1.0-SNAPSHOT ...... SUCCESS [ 0.067 s] [INFO] org.eclipse.osgi.tests 3.16.400-SNAPSHOT ........... SUCCESS [ 8.919 s] [INFO] org.eclipse.equinox.frameworkadmin.test 1.3.0-SNAPSHOT SUCCESS [ 0.944 s] [INFO] org.eclipse.equinox.p2.discovery 1.2.0-SNAPSHOT .... SUCCESS [ 2.431 s] [INFO] org.eclipse.equinox.p2.discovery.compatibility 1.2.100-SNAPSHOT SUCCESS [ 2.354 s] [INFO] org.eclipse.equinox.p2.installer 1.3.200-SNAPSHOT .. SUCCESS [ 2.360 s] [INFO] org.eclipse.equinox.p2.ui.admin 1.2.0-SNAPSHOT ..... SUCCESS [ 2.559 s] [INFO] org.eclipse.equinox.p2.ui.admin.rcp 1.3.100-SNAPSHOT SUCCESS [ 2.412 s] [INFO] org.eclipse.equinox.p2.ui.discovery 1.2.300-SNAPSHOT SUCCESS [ 3.189 s] [INFO] org.eclipse.equinox.p2.discovery.feature 1.2.1000-SNAPSHOT SUCCESS [ 0.071 s] [INFO] org.eclipse.equinox.p2.sdk 3.11.1300-SNAPSHOT ...... SUCCESS [ 0.615 s] [INFO] org.eclipse.equinox.p2.tests.reconciler.product 1.1.0-SNAPSHOT SUCCESS [ 27.046 s] [INFO] org.eclipse.equinox.p2.tests.verifier 1.3.0-SNAPSHOT SUCCESS [ 0.385 s] [INFO] org.eclipse.equinox.p2.tests 1.8.400-SNAPSHOT ...... SUCCESS [ 5.930 s] [INFO] org.eclipse.equinox.p2.tests.discovery 1.3.0-SNAPSHOT SUCCESS [ 2.484 s] [INFO] org.eclipse.equinox.p2.tests.ui 1.3.200-SNAPSHOT ... SUCCESS [ 0.572 s] [INFO] org.eclipse.equinox.p2.examples 4.21.0-SNAPSHOT .... SUCCESS [ 0.004 s] [INFO] org.eclipse.equinox.p2.examples.rcp.cloud 1.2.0-SNAPSHOT SUCCESS [ 0.440 s] [INFO] org.eclipse.equinox.p2.examples.rcp.discovery 2.2.0-SNAPSHOT SUCCESS [ 0.197 s] [INFO] org.eclipse.equinox.p2.examples.rcp.prestartupdate 1.2.0-SNAPSHOT SUCCESS [ 0.187 s] [INFO] org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility 1.2.0-SNAPSHOT SUCCESS [ 0.210 s] [INFO] org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates 1.2.0-SNAPSHOT SUCCESS [ 0.286 s] [INFO] org.eclipse.equinox.p2.examples.rcp.sdkui 1.2.0-SNAPSHOT SUCCESS [ 0.206 s] [INFO] org.eclipse.ant.optional.junit 3.3.300-SNAPSHOT .... SUCCESS [ 0.106 s] [INFO] org.eclipse.releng.tests 3.5.100-SNAPSHOT .......... SUCCESS [ 0.124 s] [INFO] org.eclipse.sdk.examples 4.21.0-SNAPSHOT ........... SUCCESS [ 0.218 s] [INFO] org.eclipse.sdk.tests 4.21.0-SNAPSHOT .............. SUCCESS [ 0.111 s] [INFO] org.eclipse.test 3.4.800-SNAPSHOT .................. SUCCESS [ 0.281 s] [INFO] org.eclipse.test.performance.win32 3.1.400-SNAPSHOT SUCCESS [ 0.137 s] [INFO] org.eclipse.sdk.feature 4.21.0-SNAPSHOT ............ SUCCESS [ 0.273 s] [INFO] org.eclipse.sdk.examples.feature 4.21.0-SNAPSHOT ... SUCCESS [ 0.161 s] [INFO] org.eclipse.test.feature 3.7.1600-SNAPSHOT ......... SUCCESS [ 0.083 s] [INFO] org.eclipse.sdk.tests.feature 4.21.0-SNAPSHOT ...... SUCCESS [ 0.583 s] [INFO] eclipse.platform.releng.tychoeclipsebuilder 4.21.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.rcp.configuration 1.1.1400-SNAPSHOT .... SUCCESS [ 0.139 s] [INFO] org.eclipse.rt.osgistarterkit.product 4.21.0-SNAPSHOT SUCCESS [ 9.729 s] [INFO] equinox-sdk 4.21.0-SNAPSHOT ........................ SUCCESS [ 4.730 s] [INFO] eclipse-junit-tests 4.21.0-SNAPSHOT ................ SUCCESS [ 19.584 s] [INFO] eclipse.platform.repository 4.21.0-SNAPSHOT ........ SUCCESS [04:00 min] [INFO] platform-aggregator 4.21.0-SNAPSHOT ................ SUCCESS [ 0.435 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28:42 min [INFO] Finished at: 2021-09-03T19:17:43Z [INFO] ------------------------------------------------------------------------ [Pipeline] } Terminating xvnc. [Pipeline] // xvnc Post stage [Pipeline] archiveArtifacts Archiving artifacts ‘.*log’ doesn’t match anything, but ‘workspace/.metadata/.*log’ does. Perhaps that’s what you mean? No artifacts found that match the file pattern ".*log,*/target/work/data/.metadata/.*log,*/tests/target/work/data/.metadata/.*log,apiAnalyzer-workspace/.metadata/.*log". Configuration error? [Pipeline] scanForIssues [Java Compiler] Sleeping for 5 seconds due to JENKINS-32191... [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 3974 issues (skipped 3965 duplicates) [Java Compiler] Post processing issues on 'jipp-centos-7-agent-6gb-8dglp' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [Java Compiler] Resolving file names for all issues in source directory '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance' [Java Compiler] -> resolved paths in source directory (362 found, 0 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 3974 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 362 affected files [Java Compiler] No filter has been set, publishing all 3974 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 3974 issues (skipped 0 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipse.platform.releng.aggregator/branches/R4-21-maintenance.eu3rau/builds/2/files-with-issues' [Java Compiler] -> 362 copied, 0 not in workspace, 0 not-found, 0 with I/O error [Java Compiler] Repository miner is not configured, skipping repository mining [Pipeline] scanForIssues [Maven] Sleeping for 5 seconds due to JENKINS-32191... [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance') [Maven] -> found 8082 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance') [Maven] -> found 8082 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 8082 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/eng.aggregator_R4_21_maintenance') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 8082 issues [Maven] Repository miner is not configured, skipping repository mining [Pipeline] publishIssues [Static Analysis] Reference build recorder is not configured [Static Analysis] Obtaining reference build from same job (R4_21_maintenance) [Static Analysis] Using reference build 'eclipse.platform.releng.aggregator/R4_21_maintenance #1' to compute new, fixed, and outstanding issues [Static Analysis] Issues delta (vs. reference build): outstanding: 12056, new: 0, fixed: 4 [Static Analysis] No quality gates have been set - skipping [Static Analysis] Health report is disabled - skipping [Static Analysis] Created analysis result for 12056 issues (found 0 new issues, fixed 4 issues) [Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.platform.releng.aggregator/R4_21_maintenance #2'. [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Check freeze period) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + wget https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/scripts/verifyFreezePeriod.sh --2021-09-03 19:18:56-- https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/scripts/verifyFreezePeriod.sh Resolving git.eclipse.org (git.eclipse.org)... 198.41.30.196 Connecting to git.eclipse.org (git.eclipse.org)|198.41.30.196|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 616 [text/plain] Saving to: ‘verifyFreezePeriod.sh’ 0K 100% 165M=0s 2021-09-03 19:18:57 (165 MB/s) - ‘verifyFreezePeriod.sh’ saved [616/616] [Pipeline] sh + chmod +x verifyFreezePeriod.sh [Pipeline] withCredentials Masking supported pattern matches of $GOOGLE_API_KEY [Pipeline] { [Pipeline] sh + ./verifyFreezePeriod.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 2208 100 2208 0 0 1609 0 0:00:01 0:00:01 --:--:-- 1610 No freeze today [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] gerritReview Gerrit Review is disabled, invalid reference at BRANCH_NAME or GERRIT_CHANGE_NUMBER/GERRIT_PATCHSET_NUMBER [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS